From b2c2b14526b5e29fd66bc94d6fb6cccce9cc6a6a Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Fri, 16 Jan 2015 18:45:21 -0600 Subject: [PATCH] Update btcchain import paths to new location. --- bloom/merkleblock.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bloom/merkleblock.go b/bloom/merkleblock.go index ad9f65d..fa2eec7 100644 --- a/bloom/merkleblock.go +++ b/bloom/merkleblock.go @@ -5,9 +5,9 @@ package bloom import ( + "github.com/btcsuite/btcchain" "github.com/btcsuite/btcutil" "github.com/btcsuite/btcwire" - "github.com/conformal/btcchain" ) // merkleBlock is used to house intermediate information needed to generate a