mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-02-19 12:53:31 +00:00
fix config
This commit is contained in:
parent
f4e9a6606d
commit
0ae327d934
@ -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 {
|
||||
|
||||
@ -162,5 +162,6 @@
|
||||
"auth": {
|
||||
"username": "user"
|
||||
}
|
||||
}
|
||||
},
|
||||
"indexer_rpc_url": "ws://localhost:8779"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user