Skip to content

Commit 167ff56

Browse files
authored
core/state/snapshot: gethring -> gathering typo (ethereum#22104)
1 parent 0a3993c commit 167ff56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/state/snapshot/generate.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ func journalProgress(db ethdb.KeyValueWriter, marker []byte, stats *generatorSta
151151

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

0 commit comments

Comments
 (0)