chore: fix lint

This commit is contained in:
erhant 2026-07-14 21:43:03 +03:00
parent e2c4b486dc
commit c92812fc6f

View File

@ -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