Fix InsufficientFunds comment.

Apparently gofmt -r doesn't rewrite comments.
This commit is contained in:
Josh Rickmar 2014-06-20 12:21:45 -05:00
parent 3ebc4f3600
commit 43e3652eb1

View file

@ -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