change CheckWalletKey rpc name to GetPublicKeyByNationalID
This commit is contained in:
+2
-2
@@ -378,10 +378,10 @@ message RedeemTokenResList {
|
||||
repeated RedeemTokenRes list = 1;
|
||||
}
|
||||
|
||||
message CheckWalletKeyReq {
|
||||
message GetPublicKeyByNationalIDReq {
|
||||
string national_id = 1;
|
||||
}
|
||||
|
||||
message CheckWalletKeyRes {
|
||||
message GetPublicKeyByNationalIDRes {
|
||||
string pub_key = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user