Update btcec import paths to new location.
This commit is contained in:
parent
f513a56a62
commit
eb02adfada
3 changed files with 3 additions and 3 deletions
|
@ -15,9 +15,9 @@ import (
|
|||
|
||||
"golang.org/x/crypto/ripemd160"
|
||||
|
||||
"github.com/btcsuite/btcec"
|
||||
"github.com/btcsuite/btcwire"
|
||||
"github.com/btcsuite/fastsha256"
|
||||
"github.com/conformal/btcec"
|
||||
)
|
||||
|
||||
// An opcode defines the information related to a btcscript opcode.
|
||||
|
|
|
@ -11,10 +11,10 @@ import (
|
|||
"fmt"
|
||||
"time"
|
||||
|
||||
"github.com/btcsuite/btcec"
|
||||
"github.com/btcsuite/btcnet"
|
||||
"github.com/btcsuite/btcutil"
|
||||
"github.com/btcsuite/btcwire"
|
||||
"github.com/conformal/btcec"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
@ -10,10 +10,10 @@ import (
|
|||
"fmt"
|
||||
"testing"
|
||||
|
||||
"github.com/btcsuite/btcec"
|
||||
"github.com/btcsuite/btcnet"
|
||||
"github.com/btcsuite/btcutil"
|
||||
"github.com/btcsuite/btcwire"
|
||||
"github.com/conformal/btcec"
|
||||
"github.com/conformal/btcscript"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue