mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-09 19:54:04 +02:00
multi: extract and pass through IsZombieChannel method
This commit is contained in:
@@ -1030,6 +1030,7 @@ func newServer(cfg *Config, listenAddrs []net.Addr,
|
||||
FindBaseByAlias: s.aliasMgr.FindBaseSCID,
|
||||
GetAlias: s.aliasMgr.GetPeerAlias,
|
||||
FindChannel: s.findChannel,
|
||||
IsStillZombieChannel: s.chanRouter.IsZombieChannel,
|
||||
}, nodeKeyDesc)
|
||||
|
||||
s.localChanMgr = &localchans.Manager{
|
||||
|
Reference in New Issue
Block a user