Update btcscript import paths to new location.

This commit is contained in:
Dave Collins 2015-01-16 19:35:05 -06:00
parent 3951e75a3f
commit e90d95358d
3 changed files with 3 additions and 3 deletions

View file

@ -8,9 +8,9 @@ import (
"fmt" "fmt"
"github.com/btcsuite/btcnet" "github.com/btcsuite/btcnet"
"github.com/btcsuite/btcscript"
"github.com/btcsuite/btcutil" "github.com/btcsuite/btcutil"
"github.com/btcsuite/btcwire" "github.com/btcsuite/btcwire"
"github.com/conformal/btcscript"
) )
// CheckpointConfirmations is the number of blocks before the end of the current // CheckpointConfirmations is the number of blocks before the end of the current

View file

@ -9,9 +9,9 @@ import (
"math" "math"
"runtime" "runtime"
"github.com/btcsuite/btcscript"
"github.com/btcsuite/btcutil" "github.com/btcsuite/btcutil"
"github.com/btcsuite/btcwire" "github.com/btcsuite/btcwire"
"github.com/conformal/btcscript"
) )
// txValidateItem holds a transaction along with which input to validate. // txValidateItem holds a transaction along with which input to validate.

View file

@ -13,9 +13,9 @@ import (
"github.com/btcsuite/btcdb" "github.com/btcsuite/btcdb"
"github.com/btcsuite/btcnet" "github.com/btcsuite/btcnet"
"github.com/btcsuite/btcscript"
"github.com/btcsuite/btcutil" "github.com/btcsuite/btcutil"
"github.com/btcsuite/btcwire" "github.com/btcsuite/btcwire"
"github.com/conformal/btcscript"
) )
const ( const (