Skip to content

Commit

Permalink
Update btcec import paths to new location.
Browse files Browse the repository at this point in the history
  • Loading branch information
davecgh committed Jan 17, 2015
1 parent f513a56 commit eb02adf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion opcode.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion script.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down
2 changes: 1 addition & 1 deletion script_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down

0 comments on commit eb02adf

Please sign in to comment.