From 923ca529bd117ac407803ea9b7e1e8ca27fad253 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Fri, 16 Jan 2015 15:11:02 -0600 Subject: [PATCH] Update btcwire import paths to new location. --- cmds.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds.go b/cmds.go index cc3f33a19..bcfd9d1a8 100644 --- a/cmds.go +++ b/cmds.go @@ -8,8 +8,8 @@ import ( "encoding/json" "errors" + "github.com/btcsuite/btcwire" "github.com/conformal/btcjson" - "github.com/conformal/btcwire" ) // Help texts