Merge pull request #8425 from ProofOfKeags/refactor/lnwallet/chan-point-leaks

[EZ Review]: avoid leaking pointers to authoritative ChannelPoint
This commit is contained in:
Oliver Gugger
2024-03-11 00:55:41 -06:00
committed by GitHub
31 changed files with 160 additions and 149 deletions

View File

@@ -780,7 +780,7 @@ func (m *Manager) handleChannelCloses(chanSub subscribe.Subscription) {
}
chanID := lnwire.NewChanIDFromOutPoint(
&event.CloseSummary.ChanPoint,
event.CloseSummary.ChanPoint,
)
log.Debugf("Received ClosedChannelEvent for "+