From b862b8b9f9e2780bac93d5f3485cda8f51c75f6a Mon Sep 17 00:00:00 2001 From: mapoofano Date: Mon, 5 May 2025 15:48:10 +0330 Subject: [PATCH] chore: change to discount_id to discount_code for buy asset req --- 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 411df23..7e32ef3 100644 --- a/wallet/v1/msg.proto +++ b/wallet/v1/msg.proto @@ -544,7 +544,7 @@ message BuyAssetReq { double amount_irt = 3; double amount_asset = 4; BuyAssetSide side = 5; - optional uint64 discount_id = 6; + optional string discount_code = 6; optional auth.v1.TFA tfa = 7; // This might be used in the future }