mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-07-30 09:33:28 +00:00
chore: fix lint
This commit is contained in:
parent
ed8c9c253d
commit
1a5da3d925
@ -634,11 +634,11 @@ impl RocksDBIO {
|
|||||||
/// ahead of the stored blocks and tip meta.
|
/// ahead of the stored blocks and tip meta.
|
||||||
///
|
///
|
||||||
/// Per block, it:
|
/// Per block, it:
|
||||||
/// - skips the payload write when the store already holds it (matched by id
|
/// - skips the payload write when the store already holds it (matched by id and hash) thus
|
||||||
/// and hash) thus covering our own blocks and re-deliveries
|
/// covering our own blocks and re-deliveries
|
||||||
/// - stores it as finalized when its `finalized` flag is set
|
/// - 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*
|
/// TODO: the zone-sdk checkpoint is persisted by `on_checkpoint` *before*
|
||||||
/// this write; a crash in between resumes past these blocks without them
|
/// this write; a crash in between resumes past these blocks without them
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user