mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 05:45:21 +01:00
utxonursery: log txid when sending sweep transaction
This commit is contained in:
parent
6333dfea8f
commit
8731fadb46
@ -586,7 +586,8 @@ func sweepGraduatingOutputs(wallet *lnwallet.LightningWallet, kgtnOutputs []*kid
|
|||||||
}
|
}
|
||||||
|
|
||||||
utxnLog.Infof("Sweeping %v time-locked outputs "+
|
utxnLog.Infof("Sweeping %v time-locked outputs "+
|
||||||
"with sweep tx: %v", len(kgtnOutputs),
|
"with sweep tx (txid=%v): %v", len(kgtnOutputs),
|
||||||
|
sweepTx.TxHash(),
|
||||||
newLogClosure(func() string {
|
newLogClosure(func() string {
|
||||||
return spew.Sdump(sweepTx)
|
return spew.Sdump(sweepTx)
|
||||||
}))
|
}))
|
||||||
|
Loading…
Reference in New Issue
Block a user