Update btcchain import paths to new location.
This commit is contained in:
parent
875d8e383c
commit
612ff7f813
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ var (
|
||||||
// and also prevents forks from old blocks.
|
// and also prevents forks from old blocks.
|
||||||
//
|
//
|
||||||
// Each checkpoint is selected based upon several factors. See the
|
// Each checkpoint is selected based upon several factors. See the
|
||||||
// documentation for btcchain.IsCheckpointCandidate for details on the selection
|
// documentation for blockchain.IsCheckpointCandidate for details on the
|
||||||
// criteria.
|
// selection criteria.
|
||||||
type Checkpoint struct {
|
type Checkpoint struct {
|
||||||
Height int64
|
Height int64
|
||||||
Hash *btcwire.ShaHash
|
Hash *btcwire.ShaHash
|
||||||
|
|
Loading…
Reference in a new issue