mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Log the reason for yielding BlockError::Fatal to Tendermint from the Tributary
This commit is contained in:
@@ -189,6 +189,8 @@ async fn handle_processor_message<D: Db, P: P2p>(
|
||||
if already_handled == msg.id {
|
||||
return true;
|
||||
}
|
||||
} else {
|
||||
assert_eq!(msg.id, 0);
|
||||
}
|
||||
|
||||
let _hvq_lock = HANDOVER_VERIFY_QUEUE_LOCK.get_or_init(|| Mutex::new(())).lock().await;
|
||||
|
||||
Reference in New Issue
Block a user