change CheckWalletKey rpc name to GetPublicKeyByNationalID
This commit is contained in:
+1
-1
@@ -40,5 +40,5 @@ service WalletService {
|
||||
rpc RedeemToken(RedeemTokenReq) returns (base.v1.StatusRes);
|
||||
rpc RedeemTokenList(auth.v1.ReqWithIAMAndParams) returns (RedeemTokenResList);
|
||||
|
||||
rpc CheckWalletKey(CheckWalletKeyReq) returns (CheckWalletKeyRes);
|
||||
rpc GetPublicKeyByNationalID(GetPublicKeyByNationalIDReq) returns (GetPublicKeyByNationalIDRes);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user