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