mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-26 21:51:27 +02:00
sweep: improve loggings
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user