Update btcwire import paths to new location.

This commit is contained in:
Dave Collins 2015-01-16 14:00:23 -06:00
parent da74b98565
commit 41317e8712

View file

@ -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