diff --git a/example_test.go b/example_test.go index 302e7c59..f8dbf016 100644 --- a/example_test.go +++ b/example_test.go @@ -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