From dbe1c8c29386d23caca8feced8b7feb05c4fedc9 Mon Sep 17 00:00:00 2001 From: nfel Date: Wed, 30 Apr 2025 16:40:18 +0330 Subject: [PATCH] v2: discount is in irt 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 c313add..84e7fb4 100644 --- a/wallet/v1/msg.proto +++ b/wallet/v1/msg.proto @@ -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; }