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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue