lnd: implement new Quiesce RPC with link operation stub

This commit is contained in:
Keagan McClelland
2024-03-12 12:16:01 -07:00
parent 99f5ca4018
commit a085b59814
3 changed files with 32 additions and 0 deletions

View File

@@ -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)