Skip to content

Commit

Permalink
params: update immutability threshold to 200 from 90k default
Browse files Browse the repository at this point in the history
  • Loading branch information
manav2401 committed Apr 15, 2024
1 parent a6aa79a commit d3d14b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/network_params.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const (
// 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 threshold and by clique as the snapshot trust limit.
FullImmutabilityThreshold = 90000
FullImmutabilityThreshold = 200

// LightImmutabilityThreshold is the number of blocks after which a header chain
// segment is considered immutable for light client(i.e. soft finality). It is used by
Expand Down

0 comments on commit d3d14b7

Please sign in to comment.