v2: double instead of float32

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-03-04 17:16:11 +03:30
parent a3b3c56872
commit 195a7d8027
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -20,7 +20,7 @@ message MarketOrder {
MarketOrderStatus status = 9;
int64 from = 10;
wallet.v1.Commission commission = 11;
float completed_amount = 12;
double completed_amount = 12;
string created_at = 13;
string updated_at = 14;
bool is_public = 15;