fix config

This commit is contained in:
Sergio Chouhy 2026-01-30 20:20:30 -03:00
parent f4e9a6606d
commit 0ae327d934
2 changed files with 3 additions and 1 deletions

View File

@ -258,6 +258,7 @@ impl SequencerCore {
.map(|block| block.header.block_id)
.min()
{
info!("FIRST PENDING BLOCK: {}", first_pending_block_id);
(first_pending_block_id..=last_finalized_block_id)
.try_for_each(|id| self.store.delete_block_at_id(id))
} else {

View File

@ -162,5 +162,6 @@
"auth": {
"username": "user"
}
}
},
"indexer_rpc_url": "ws://localhost:8779"
}