contractcourt/chainwatcher: add missing chanpoint log
This commit is contained in:
parent
5556735fb6
commit
99ebe50f4c
@ -607,8 +607,9 @@ func (c *chainWatcher) closeObserver(spendNtfn *chainntnfs.SpendEvent) {
|
|||||||
c.cfg.chanState.FundingOutpoint)
|
c.cfg.chanState.FundingOutpoint)
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
log.Infof("ChannelPoint(%v) is tweakless, " +
|
log.Infof("ChannelPoint(%v) is tweakless, "+
|
||||||
"moving to sweep directly on chain")
|
"moving to sweep directly on chain",
|
||||||
|
c.cfg.chanState.FundingOutpoint)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Since we don't have the commitment stored for this
|
// Since we don't have the commitment stored for this
|
||||||
|
Loading…
Reference in New Issue
Block a user