v2: removed two more fields

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-07-12 11:36:34 +03:30
parent c24c5ed00c
commit 222d8828ee
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -102,8 +102,6 @@ message Asset {
int64 buy_unit_price = 12;
double buy_min_amount = 13;
double buy_max_amount = 14;
double buy_fee_amount = 15;
int64 buy_fee_price = 16;
bool is_active = 20;
bool can_buy = 21;
bool can_sell = 22;