mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-23 15:34:22 +01:00
contractcourt/chainwatcher: add missing chanpoint log
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user