From 3f6f06414d3f6c35c55e805ee5d723452dd0f5be Mon Sep 17 00:00:00 2001 From: nfel Date: Tue, 8 Apr 2025 11:58:19 +0330 Subject: [PATCH] v2: discount - only one supported asset 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 75303b2..9f6cf30 100644 --- a/wallet/v1/msg.proto +++ b/wallet/v1/msg.proto @@ -487,7 +487,7 @@ message AssetDiscountRes { string expires_at = 3; double static_amount = 4; double percentage = 5; - double supported_assets = 6; + double supported_asset = 6; optional double discount_amount = 7; // based of asset price and discount amount in req }