sweep: improve loggings

This commit is contained in:
yyforyongyu
2025-03-12 22:21:12 +08:00
parent 533aeb8a25
commit 9a25d7172e
2 changed files with 6 additions and 3 deletions

View File

@@ -1371,7 +1371,7 @@ func (t *TxPublisher) createAndPublishTx(
return fn.Some(*result)
}
log.Infof("Replaced tx=%v with new tx=%v", oldTx.TxHash(),
log.Debugf("Replaced tx=%v with new tx=%v", oldTx.TxHash(),
sweepCtx.tx.TxHash())
// Otherwise, it's a successful RBF, set the event and return.