Update btcwire import paths to new location.
This commit is contained in:
parent
320f5befd5
commit
578e615994
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ package btcnet
|
|||
import (
|
||||
"time"
|
||||
|
||||
"github.com/conformal/btcwire"
|
||||
"github.com/btcsuite/btcwire"
|
||||
)
|
||||
|
||||
// genesisCoinbaseTx is the coinbase transaction for the genesis blocks for
|
||||
|
|
|
@ -8,7 +8,7 @@ import (
|
|||
"errors"
|
||||
"math/big"
|
||||
|
||||
"github.com/conformal/btcwire"
|
||||
"github.com/btcsuite/btcwire"
|
||||
)
|
||||
|
||||
// These variables are the chain proof-of-work limit parameters for each default
|
||||
|
|
Loading…
Reference in a new issue