Skip to content

Commit

Permalink
Merge pull request #23371 from karalabe/gofmt
Browse files Browse the repository at this point in the history
core/state/snapshot: gofmt
  • Loading branch information
karalabe authored Aug 10, 2021
2 parents a879c42 + 9d6480c commit 5d0ab07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/state/snapshot/snapshot.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@ type Tree struct {
// If the snapshot is missing or the disk layer is broken, the snapshot will be
// reconstructed using both the existing data and the state trie.
// The repair happens on a background thread.
//
//
// If the memory layers in the journal do not match the disk layer (e.g. there is
// a gap) or the journal is missing, there are two repair cases:
//
//
// - if the 'recovery' parameter is true, all memory diff-layers will be discarded.
// This case happens when the snapshot is 'ahead' of the state trie.
// - otherwise, the entire snapshot is considered invalid and will be recreated on
Expand Down

0 comments on commit 5d0ab07

Please sign in to comment.