Update btcchain import paths to new location.

This commit is contained in:
Dave Collins 2015-01-16 18:45:21 -06:00
parent 9e2037d6db
commit b2c2b14526

View file

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