mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-24 15:52:22 +02:00
chanfunding: fix typo
This commit is contained in:
parent
f0579cc509
commit
baa1419187
@ -22,7 +22,7 @@ type ErrInsufficientFunds struct {
|
|||||||
// Error returns a human readable string describing the error.
|
// Error returns a human readable string describing the error.
|
||||||
func (e *ErrInsufficientFunds) Error() string {
|
func (e *ErrInsufficientFunds) Error() string {
|
||||||
return fmt.Sprintf("not enough witness outputs to create funding "+
|
return fmt.Sprintf("not enough witness outputs to create funding "+
|
||||||
"transaction, need %v only have %v available",
|
"transaction, need %v only have %v available",
|
||||||
e.amountAvailable, e.amountSelected)
|
e.amountAvailable, e.amountSelected)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user