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
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2
1 changed files with 2 additions and 1 deletions

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)
}))