Update btcwire import paths to new location.

This commit is contained in:
Dave Collins 2015-01-16 15:05:40 -06:00
parent 320f5befd5
commit 578e615994
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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