From bc654ce714eb477e78cac850a5735f5e391742c0 Mon Sep 17 00:00:00 2001 From: nfel Date: Sat, 17 May 2025 13:26:29 +0330 Subject: [PATCH] v2: redundant rpc Signed-off-by: nfel --- wallet/v1/srv.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet/v1/srv.proto b/wallet/v1/srv.proto index 64d35a6..c7096f3 100644 --- a/wallet/v1/srv.proto +++ b/wallet/v1/srv.proto @@ -12,7 +12,7 @@ service WalletService { rpc InternalWalletDeleteCache(base.v1.Empty) 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 GetNetworkList(base.v1.Empty) returns (NetworkList);