mirror of
https://github.com/kaspanet/kaspad.git
synced 2026-03-13 11:55:05 +00:00
Make CheckpointConfirmations 2016.
After discussing the criteria used by the core developers on #btc-dev IRC channel, gmaxwell indicated they like to see at least 2016 blocks. This commit updates the checkpoint confirmations accordingly.
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
"github.com/conformal/btcwire"
|
||||
)
|
||||
|
||||
const CheckpointConfirmations = 20
|
||||
const CheckpointConfirmations = 2016
|
||||
|
||||
// A checkpoint is a known good point in the block chain. Using checkpoints
|
||||
// allows a few optimizations for old blocks during initial download and also
|
||||
|
||||
Reference in New Issue
Block a user