Skip to content

Commit fc173be

Browse files
committed
fix lint
1 parent 2f1cd59 commit fc173be

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

cmd/execution_builder.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,6 @@ func (exeNode *ExecutionNode) LoadExecutionStateLedger(
998998
return exeNode.ledgerStorage, nil
999999
}
10001000

1001-
10021001
func (exeNode *ExecutionNode) LoadExecutionDataPruner(
10031002
node *NodeConfig,
10041003
) (

ledger/factory/factory.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,13 @@ func newLocalLedger(config Config, triggerCheckpoint *atomic.Bool) (ledger.Ledge
133133
// every startup. To make payloadless nodes survive a restart, one of the
134134
// following must land:
135135
//
136-
// 1. A native payloadless checkpoint format with its own writer, reader,
137-
// and bootstrap path.
138-
// 2. A conversion path that reads the existing full V6 mtrie checkpoint
139-
// (the format LoadBootstrapper copies into triedir) and ingests its
140-
// (path, value) pairs into the payloadless trie at boot. This unblocks
141-
// payloadless boot from existing on-disk state without committing to a
142-
// payloadless checkpoint format.
136+
// 1. A native payloadless checkpoint format with its own writer, reader,
137+
// and bootstrap path.
138+
// 2. A conversion path that reads the existing full V6 mtrie checkpoint
139+
// (the format LoadBootstrapper copies into triedir) and ingests its
140+
// (path, value) pairs into the payloadless trie at boot. This unblocks
141+
// payloadless boot from existing on-disk state without committing to a
142+
// payloadless checkpoint format.
143143
//
144144
// Until one of those is in place, --payloadless mode is suitable for
145145
// short-lived experimental nodes only; the trie has no state on first boot

0 commit comments

Comments
 (0)