mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-06 11:08:06 +02:00
Modifies the netann.ChanStatusManager to remove outpoints from the set of tracked channels when it encounters a channeldb.ErrEdgeNotFound when passively disabling. It is possible for this to occur if a channel is closed w/o first being disabled, which may happen if the remote party force closes.