Skip to content

Commit

Permalink
Change CheckpointConfirmations to 4096.
Browse files Browse the repository at this point in the history
This value fits the parameters for Decred better.
  • Loading branch information
jcvernaleo committed Feb 19, 2016
1 parent f7fd7ec commit 0e60dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockchain/checkpoints.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (

// 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
const CheckpointConfirmations = 4096

// newShaHashFromStr converts the passed big-endian hex string into a
// wire.ShaHash. It only differs from the one available in wire in that
Expand Down

0 comments on commit 0e60dff

Please sign in to comment.