From 9dcef5b30f87a84bf5eaf26d5e3c92b51c456bb0 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Fri, 16 Jan 2015 19:35:54 -0600 Subject: [PATCH] Update btcscript import paths to new location. --- bloom/filter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bloom/filter.go b/bloom/filter.go index 5fd64da..0f5c813 100644 --- a/bloom/filter.go +++ b/bloom/filter.go @@ -9,9 +9,9 @@ import ( "math" "sync" + "github.com/btcsuite/btcscript" "github.com/btcsuite/btcutil" "github.com/btcsuite/btcwire" - "github.com/conformal/btcscript" ) // ln2Squared is simply the square of the natural log of 2.