mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-01 18:27:43 +02:00
chore: fix some comments
Signed-off-by: zoupingshi <hellocatty@tom.com>
This commit is contained in:
@@ -2564,7 +2564,7 @@ func (c *CoinSource) ListCoins(minConfs int32,
|
||||
|
||||
for _, utxo := range utxos {
|
||||
// If there is a filter function supplied all utxos not adhering
|
||||
// to these conditions will be discared.
|
||||
// to these conditions will be discarded.
|
||||
if c.allowUtxo != nil && !c.allowUtxo(*utxo) {
|
||||
walletLog.Infof("Cannot use unconfirmed "+
|
||||
"utxo=%v because it is unstable and could be "+
|
||||
|
Reference in New Issue
Block a user