mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-08 14:57:38 +02:00
multi: thread thru the AuxLeafStore everywhere
This commit is contained in:
3
lnd.go
3
lnd.go
@@ -456,7 +456,8 @@ func Main(cfg *Config, lisCfg ListenerCfg, implCfg *ImplementationCfg,
|
||||
defer cleanUp()
|
||||
|
||||
partialChainControl, walletConfig, cleanUp, err := implCfg.BuildWalletConfig(
|
||||
ctx, dbs, interceptorChain, grpcListeners,
|
||||
ctx, dbs, &implCfg.AuxComponents, interceptorChain,
|
||||
grpcListeners,
|
||||
)
|
||||
if err != nil {
|
||||
return mkErr("error creating wallet config: %v", err)
|
||||
|
Reference in New Issue
Block a user