mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 15:40:59 +02:00
lnd: implement new Quiesce RPC with link operation stub
This commit is contained in:
@@ -346,6 +346,10 @@ func (s *subRPCServerConfigs) PopulateDependencies(cfg *Config,
|
||||
reflect.ValueOf(graphDB),
|
||||
)
|
||||
|
||||
subCfgValue.FieldByName("Switch").Set(
|
||||
reflect.ValueOf(htlcSwitch),
|
||||
)
|
||||
|
||||
case *peersrpc.Config:
|
||||
subCfgValue := extractReflectValue(subCfg)
|
||||
|
||||
|
Reference in New Issue
Block a user