Merge pull request #3995 from halseth/trivial-chanpoint-log

[trivial] contractcourt/chainwatcher: add missing chanpoint log
This commit is contained in:
Johan T. Halseth
2020-02-11 14:12:31 +01:00
committed by GitHub

View File

@@ -608,7 +608,8 @@ func (c *chainWatcher) closeObserver(spendNtfn *chainntnfs.SpendEvent) {
} 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