Comment CheckpointConfirmations.
This commit is contained in:
parent
b282678d9a
commit
ace58495c8
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue