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:
Dave Collins 2013-07-22 03:20:00 -05:00
parent f3e542ff92
commit ebd4af80f0

View File

@ -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