Remove space char

This commit is contained in:
ghubstan 2021-04-01 15:45:53 -03:00
parent 58c885efc1
commit 4fbdc32ba4
No known key found for this signature in database
GPG Key ID: E35592D6800A861E

View File

@ -210,7 +210,7 @@ message CreateCryptoCurrencyPaymentAccountRequest {
string accountName = 1;
string currencyCode = 2;
string address = 3;
bool tradeInstant = 4;
bool tradeInstant = 4;
}
message CreateCryptoCurrencyPaymentAccountReply {