Skip to content

Commit

Permalink
core/state/snapshot: gethring -> gathering typo (ethereum#22104)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehnuje committed Jan 4, 2021
1 parent 0a3993c commit 167ff56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/state/snapshot/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func journalProgress(db ethdb.KeyValueWriter, marker []byte, stats *generatorSta

// generate is a background thread that iterates over the state and storage tries,
// constructing the state snapshot. All the arguments are purely for statistics
// gethering and logging, since the method surfs the blocks as they arrive, often
// gathering and logging, since the method surfs the blocks as they arrive, often
// being restarted.
func (dl *diskLayer) generate(stats *generatorStats) {
// If a database wipe is in operation, wait until it's done
Expand Down

0 comments on commit 167ff56

Please sign in to comment.