mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-07-15 10:20:01 +00:00
chore: fix lint
This commit is contained in:
parent
e2c4b486dc
commit
c92812fc6f
@ -634,11 +634,11 @@ impl RocksDBIO {
|
||||
/// ahead of the stored blocks and tip meta.
|
||||
///
|
||||
/// Per block, it:
|
||||
/// - skips the payload write when the store already holds it (matched by id
|
||||
/// and hash) thus covering our own blocks and re-deliveries
|
||||
/// - skips the payload write when the store already holds it (matched by id and hash) thus
|
||||
/// covering our own blocks and re-deliveries
|
||||
/// - stores it as finalized when its `finalized` flag is set
|
||||
///
|
||||
/// When nothing needs writing, the state is left untouched too
|
||||
/// When nothing needs writing, the state is left untouched too.
|
||||
///
|
||||
/// TODO: the zone-sdk checkpoint is persisted by `on_checkpoint` *before*
|
||||
/// this write; a crash in between resumes past these blocks without them
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user