mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-10-14 00:59:33 +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:
parent
f3e542ff92
commit
ebd4af80f0
@ -11,7 +11,7 @@ import (
|
|||||||
"github.com/conformal/btcwire"
|
"github.com/conformal/btcwire"
|
||||||
)
|
)
|
||||||
|
|
||||||
const CheckpointConfirmations = 20
|
const CheckpointConfirmations = 2016
|
||||||
|
|
||||||
// A checkpoint is a known good point in the block chain. Using checkpoints
|
// 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
|
// allows a few optimizations for old blocks during initial download and also
|
||||||
|
Loading…
x
Reference in New Issue
Block a user