bug fixed

This commit is contained in:
병준 박 2022-08-30 09:28:55 +00:00
parent 51d8b69746
commit 9ec6bd1ce2

View File

@ -64,7 +64,7 @@ message UpdateMemberBankWithdrawRequest {
string bank_name = 2; string bank_name = 2;
string name = 3; string name = 3;
string account_number = 4; string account_number = 4;
uint32 double = 5; double amount = 5;
string password = 6; string password = 6;
optional string memo = 7; optional string memo = 7;
} }