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.