Fix InsufficientFunds comment.
Apparently gofmt -r doesn't rewrite comments.
This commit is contained in:
parent
3ebc4f3600
commit
43e3652eb1
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ import (
|
||||||
"github.com/conformal/btcwire"
|
"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.
|
// 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
|
// This may be caused by not enough inputs for all of the desired total
|
||||||
// transaction output amount, or due to
|
// transaction output amount, or due to
|
||||||
|
|
Loading…
Reference in a new issue