Skip to content

Commit

Permalink
core/state/snapshot: fix typo in comment (ethereum#23219)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzyalbert authored and Martin committed Aug 28, 2021
1 parent df8d0fd commit de31032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/state/snapshot/snapshot.go
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ func (t *Tree) cap(diff *diffLayer, layers int) *diskLayer {
if flattened.memory < aggregatorMemoryLimit {
// Accumulator layer is smaller than the limit, so we can abort, unless
// there's a snapshot being generated currently. In that case, the trie
// will move fron underneath the generator so we **must** merge all the
// will move from underneath the generator so we **must** merge all the
// partial data down into the snapshot and restart the generation.
if flattened.parent.(*diskLayer).genAbort == nil {
return nil
Expand Down

0 comments on commit de31032

Please sign in to comment.