diff options
Diffstat (limited to 'params/network_params.go')
-rw-r--r-- | params/network_params.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/params/network_params.go b/params/network_params.go index a949b8457..bba24721c 100644 --- a/params/network_params.go +++ b/params/network_params.go @@ -47,6 +47,12 @@ const ( // is generated HelperTrieProcessConfirmations = 256 + // CheckpointFrequency is the block frequency for creating checkpoint + CheckpointFrequency = 32768 + + // CheckpointProcessConfirmations is the number before a checkpoint is generated + CheckpointProcessConfirmations = 256 + // 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 |