From ace58495c8ef07843eca3c7cd102d9295d0d9449 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Sat, 27 Jul 2013 16:45:59 -0500 Subject: [PATCH] Comment CheckpointConfirmations. --- checkpoints.go | 2 ++ 1 file changed, 2 insertions(+) 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