all: fix typos in comments (#21118)
This commit is contained in:
@ -56,6 +56,6 @@ const (
|
||||
// ImmutabilityThreshold is the number of blocks after which a chain segment is
|
||||
// considered immutable (i.e. soft finality). It is used by the downloader as a
|
||||
// hard limit against deep ancestors, by the blockchain against deep reorgs, by
|
||||
// the freezer as the cutoff treshold and by clique as the snapshot trust limit.
|
||||
// the freezer as the cutoff threshold and by clique as the snapshot trust limit.
|
||||
ImmutabilityThreshold = 90000
|
||||
)
|
||||
|
Reference in New Issue
Block a user