mirror of
https://github.com/btcsuite/btcd.git
synced 2024-11-20 02:09:04 +01: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"
|
||||
)
|
||||
|
||||
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…
Reference in New Issue
Block a user