cnct: log txid for force close
This commit is contained in:
parent
863966bac9
commit
8b7bde7200
@ -842,8 +842,9 @@ func (c *ChannelArbitrator) stateStep(
|
|||||||
// With the close transaction in hand, broadcast the
|
// With the close transaction in hand, broadcast the
|
||||||
// transaction to the network, thereby entering the post
|
// transaction to the network, thereby entering the post
|
||||||
// channel resolution state.
|
// channel resolution state.
|
||||||
log.Infof("Broadcasting force close transaction, "+
|
log.Infof("Broadcasting force close transaction %v, "+
|
||||||
"ChannelPoint(%v): %v", c.cfg.ChanPoint,
|
"ChannelPoint(%v): %v", closeTx.TxHash(),
|
||||||
|
c.cfg.ChanPoint,
|
||||||
newLogClosure(func() string {
|
newLogClosure(func() string {
|
||||||
return spew.Sdump(closeTx)
|
return spew.Sdump(closeTx)
|
||||||
}))
|
}))
|
||||||
|
Loading…
Reference in New Issue
Block a user