multi: remove ChainRegistry

This commit is contained in:
Elle Mouton
2023-08-03 18:12:49 +02:00
committed by Olaoluwa Osuntokun
parent 2a7fffe441
commit 031dbd7760
9 changed files with 24 additions and 197 deletions

View File

@ -1447,7 +1447,6 @@ func newServer(cfg *Config, listenAddrs []net.Addr,
OpenChannelPredicate: chanPredicate,
NotifyPendingOpenChannelEvent: s.channelNotifier.NotifyPendingOpenChannelEvent,
EnableUpfrontShutdown: cfg.EnableUpfrontShutdown,
RegisteredChains: cfg.registeredChains,
MaxAnchorsCommitFeeRate: chainfee.SatPerKVByte(
s.cfg.MaxCommitFeeRateAnchors * 1000).FeePerKWeight(),
DeleteAliasEdge: deleteAliasEdge,