Update btcchain import paths to new location.

This commit is contained in:
Dave Collins 2015-01-30 16:04:26 -06:00
parent 875d8e383c
commit 612ff7f813

View file

@ -41,8 +41,8 @@ var (
// and also prevents forks from old blocks.
//
// Each checkpoint is selected based upon several factors. See the
// documentation for btcchain.IsCheckpointCandidate for details on the selection
// criteria.
// documentation for blockchain.IsCheckpointCandidate for details on the
// selection criteria.
type Checkpoint struct {
Height int64
Hash *btcwire.ShaHash