Update btcchain import paths to new location.
This commit is contained in:
parent
9e2037d6db
commit
b2c2b14526
1 changed files with 1 additions and 1 deletions
|
@ -5,9 +5,9 @@
|
||||||
package bloom
|
package bloom
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"github.com/btcsuite/btcchain"
|
||||||
"github.com/btcsuite/btcutil"
|
"github.com/btcsuite/btcutil"
|
||||||
"github.com/btcsuite/btcwire"
|
"github.com/btcsuite/btcwire"
|
||||||
"github.com/conformal/btcchain"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// merkleBlock is used to house intermediate information needed to generate a
|
// merkleBlock is used to house intermediate information needed to generate a
|
||||||
|
|
Loading…
Reference in a new issue