From 71720f9ef7af9cf0cd99f67021ad79c91083fa0b Mon Sep 17 00:00:00 2001 From: nfel Date: Mon, 5 May 2025 18:49:15 +0330 Subject: [PATCH] v2: irt type changed Signed-off-by: nfel --- wallet/v1/msg.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet/v1/msg.proto b/wallet/v1/msg.proto index 57e902d..28c9ba4 100644 --- a/wallet/v1/msg.proto +++ b/wallet/v1/msg.proto @@ -566,7 +566,7 @@ message CalcBuyAssetRes { // Asset asset = 2; // double amount = 4; BuyAssetSide side = 1; - int64 calculated_irt_amount = 2; + double calculated_irt_amount = 2; double calculated_asset_amount = 3; AssetDiscountRes discount_amount = 4; EffectiveCommission commission = 5;