From dada05fbb677763dd07c0681d86a6bb9f0e3c38e Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Thu, 15 Jan 2015 10:46:40 -0600 Subject: [PATCH] goimports -w . --- createtx_test_disabled.go | 1 - 1 file changed, 1 deletion(-) diff --git a/createtx_test_disabled.go b/createtx_test_disabled.go index 636ee0e..3a28e2a 100644 --- a/createtx_test_disabled.go +++ b/createtx_test_disabled.go @@ -15,7 +15,6 @@ import ( "github.com/conformal/btcscript" "github.com/conformal/btcutil" "github.com/conformal/btcwallet/tx" - "github.com/conformal/btcwallet/wallet" "github.com/conformal/btcwire" )