v2: redundant rpc

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-05-17 13:26:29 +03:30
parent 4498becd69
commit bc654ce714
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -12,7 +12,7 @@ service WalletService {
rpc InternalWalletDeleteCache(base.v1.Empty) returns (base.v1.StatusRes); rpc InternalWalletDeleteCache(base.v1.Empty) returns (base.v1.StatusRes);
rpc InternalCreateFederation(auth.v1.InternalIAM) returns (base.v1.StatusRes); rpc InternalCreateFederation(auth.v1.InternalIAM) returns (base.v1.StatusRes);
rpc AdminGetFederation(GetFederationReq) returns (Federation); // rpc AdminGetFederation(GetFederationReq) returns (Federation);
rpc UserGetFederation(auth.v1.InternalIAM) returns (Federation); rpc UserGetFederation(auth.v1.InternalIAM) returns (Federation);
rpc GetNetworkList(base.v1.Empty) returns (NetworkList); rpc GetNetworkList(base.v1.Empty) returns (NetworkList);