chore: fix some comments

Signed-off-by: zoupingshi <hellocatty@tom.com>
This commit is contained in:
zoupingshi
2024-05-31 15:16:33 +08:00
parent fed760913f
commit 30047feb35
2 changed files with 2 additions and 2 deletions

View File

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