v2: double instead of float32
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
a3b3c56872
commit
195a7d8027
@ -20,7 +20,7 @@ message MarketOrder {
|
|||||||
MarketOrderStatus status = 9;
|
MarketOrderStatus status = 9;
|
||||||
int64 from = 10;
|
int64 from = 10;
|
||||||
wallet.v1.Commission commission = 11;
|
wallet.v1.Commission commission = 11;
|
||||||
float completed_amount = 12;
|
double completed_amount = 12;
|
||||||
string created_at = 13;
|
string created_at = 13;
|
||||||
string updated_at = 14;
|
string updated_at = 14;
|
||||||
bool is_public = 15;
|
bool is_public = 15;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user