From e6e507d5523d61b143b3751f16ea185a9ab3828e Mon Sep 17 00:00:00 2001 From: mapoofano Date: Mon, 5 May 2025 15:34:23 +0330 Subject: [PATCH] chore: update discount type for get calculation for buy assets --- 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 fab4a99..411df23 100644 --- a/wallet/v1/msg.proto +++ b/wallet/v1/msg.proto @@ -561,7 +561,7 @@ message CalcBuyAssetRes { BuyAssetSide side = 1; int64 calculated_irt_amount = 2; double calculated_asset_amount = 3; - int64 discount_amount = 4; + AssetDiscountRes discount_amount = 4; Commission commission = 5; // double buy_min_amount = 7; } -- 2.47.2