From 43e3652eb1fecc99a094d830ac30c24e70879b1c Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Fri, 20 Jun 2014 12:21:45 -0500 Subject: [PATCH] Fix InsufficientFunds comment. Apparently gofmt -r doesn't rewrite comments. --- createtx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/createtx.go b/createtx.go index 8850995..998736f 100644 --- a/createtx.go +++ b/createtx.go @@ -33,7 +33,7 @@ import ( "github.com/conformal/btcwire" ) -// InsufficientFundsError represents an error where there are not enough +// InsufficientFunds represents an error where there are not enough // funds from unspent tx outputs for a wallet to create a transaction. // This may be caused by not enough inputs for all of the desired total // transaction output amount, or due to