We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a879c42 commit 9d6480cCopy full SHA for 9d6480c
core/state/snapshot/snapshot.go
@@ -172,10 +172,10 @@ type Tree struct {
172
// If the snapshot is missing or the disk layer is broken, the snapshot will be
173
// reconstructed using both the existing data and the state trie.
174
// The repair happens on a background thread.
175
-//
+//
176
// If the memory layers in the journal do not match the disk layer (e.g. there is
177
// a gap) or the journal is missing, there are two repair cases:
178
179
// - if the 'recovery' parameter is true, all memory diff-layers will be discarded.
180
// This case happens when the snapshot is 'ahead' of the state trie.
181
// - otherwise, the entire snapshot is considered invalid and will be recreated on
0 commit comments