utxonursery: log txid when sending sweep transaction

This commit is contained in:
Olaoluwa Osuntokun
2017-02-01 16:53:09 -08:00
parent 6333dfea8f
commit 8731fadb46

View File

@@ -586,7 +586,8 @@ func sweepGraduatingOutputs(wallet *lnwallet.LightningWallet, kgtnOutputs []*kid
}
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 {
return spew.Sdump(sweepTx)
}))