From 41317e871282d37a9673e65a0206672cf944043e Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Fri, 16 Jan 2015 14:00:23 -0600 Subject: [PATCH] Update btcwire import paths to new location. --- example_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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