fix: logging, config

This commit is contained in:
Pravdyvy
2026-02-26 20:05:16 +02:00
parent 5eb4e0af1f
commit c622f3540a
3 changed files with 12 additions and 1 deletions
+8
View File
@@ -182,6 +182,14 @@ async fn retry_pending_blocks(seq_core: &Arc<Mutex<SequencerCore>>) -> Result<()
(pending_blocks, client)
};
if !pending_blocks.is_empty() {
info!(
"Resubmitting blocks from {} to {}",
pending_blocks.first().unwrap().header.block_id,
pending_blocks.last().unwrap().header.block_id
);
}
for block in pending_blocks.iter() {
debug!(
"Resubmitting pending block with id {}",