mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-24 06:47:44 +01:00
Merge pull request #3995 from halseth/trivial-chanpoint-log
[trivial] contractcourt/chainwatcher: add missing chanpoint log
This commit is contained in:
commit
2a73dabdee
1 changed files with 3 additions and 2 deletions
|
@ -607,8 +607,9 @@ func (c *chainWatcher) closeObserver(spendNtfn *chainntnfs.SpendEvent) {
|
|||
c.cfg.chanState.FundingOutpoint)
|
||||
|
||||
} else {
|
||||
log.Infof("ChannelPoint(%v) is tweakless, " +
|
||||
"moving to sweep directly on chain")
|
||||
log.Infof("ChannelPoint(%v) is tweakless, "+
|
||||
"moving to sweep directly on chain",
|
||||
c.cfg.chanState.FundingOutpoint)
|
||||
}
|
||||
|
||||
// Since we don't have the commitment stored for this
|
||||
|
|
Loading…
Add table
Reference in a new issue