v2: discount is in irt

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-04-30 16:40:18 +03:30
parent fd3ce685bb
commit dbe1c8c293
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -553,6 +553,6 @@ message BuyAssetRes {
int64 calculated_irt_amount = 4;
double calculated_asset_amount = 5;
double fee_amount = 6;
double discount_amount = 7;
int64 discount_amount = 7;
double buy_min_amount = 8;
}