Update btcwire import paths to new location.
This commit is contained in:
parent
da74b98565
commit
41317e8712
1 changed files with 1 additions and 1 deletions
|
@ -8,8 +8,8 @@ import (
|
|||
"encoding/hex"
|
||||
"fmt"
|
||||
|
||||
"github.com/btcsuite/btcwire"
|
||||
"github.com/conformal/btcec"
|
||||
"github.com/conformal/btcwire"
|
||||
)
|
||||
|
||||
// This example demonstrates signing a message with a secp256k1 private key that
|
||||
|
|
Loading…
Add table
Reference in a new issue