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

@@ -549,7 +549,6 @@ func createTestFundingManager(t *testing.T, privKey *btcec.PrivateKey,
NotifyOpenChannelEvent: evt.NotifyOpenChannelEvent,
OpenChannelPredicate: chainedAcceptor,
NotifyPendingOpenChannelEvent: evt.NotifyPendingOpenChannelEvent,
RegisteredChains: chainreg.NewChainRegistry(),
DeleteAliasEdge: func(scid lnwire.ShortChannelID) (
*channeldb.ChannelEdgePolicy, error) {