diff --git a/checkpoints.go b/checkpoints.go index 6ba4972e..3bfce683 100644 --- a/checkpoints.go +++ b/checkpoints.go @@ -11,6 +11,8 @@ import ( "github.com/conformal/btcwire" ) +// CheckpointConfirmations is the number of blocks before the end of the current +// best block chain that a good checkpoint candidate must be. const CheckpointConfirmations = 2016 // A checkpoint is a known good point in the block chain. Using checkpoints