v2: discount - only one supported asset

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-04-08 11:58:19 +03:30
parent 26f5aeecc3
commit 3f6f06414d
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -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
}