diff --git a/checkpoints.go b/checkpoints.go index 188b042f..2a1f44cd 100644 --- a/checkpoints.go +++ b/checkpoints.go @@ -8,9 +8,9 @@ import ( "fmt" "github.com/btcsuite/btcnet" + "github.com/btcsuite/btcscript" "github.com/btcsuite/btcutil" "github.com/btcsuite/btcwire" - "github.com/conformal/btcscript" ) // CheckpointConfirmations is the number of blocks before the end of the current diff --git a/scriptval.go b/scriptval.go index 33387929..20bef703 100644 --- a/scriptval.go +++ b/scriptval.go @@ -9,9 +9,9 @@ import ( "math" "runtime" + "github.com/btcsuite/btcscript" "github.com/btcsuite/btcutil" "github.com/btcsuite/btcwire" - "github.com/conformal/btcscript" ) // txValidateItem holds a transaction along with which input to validate. diff --git a/validate.go b/validate.go index d7052626..a64b950c 100644 --- a/validate.go +++ b/validate.go @@ -13,9 +13,9 @@ import ( "github.com/btcsuite/btcdb" "github.com/btcsuite/btcnet" + "github.com/btcsuite/btcscript" "github.com/btcsuite/btcutil" "github.com/btcsuite/btcwire" - "github.com/conformal/btcscript" ) const (