From a3c15365f26bddb62104bb25a779c40778f36f6e Mon Sep 17 00:00:00 2001 From: nfel Date: Sat, 2 Aug 2025 17:34:38 +0330 Subject: [PATCH] Can Trade added to asset filter --- wallet/v1/msg.proto | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wallet/v1/msg.proto b/wallet/v1/msg.proto index d14f01c..d059d1e 100644 --- a/wallet/v1/msg.proto +++ b/wallet/v1/msg.proto @@ -165,8 +165,9 @@ message AssetFilter { optional bool can_sell = 7; optional bool can_deposit = 8; optional bool can_withdraw = 9; - optional bool is_active = 10; - optional string search = 11; // Not yet implemented ! + optional bool can_trade = 10; + optional bool is_active = 11; + optional string search = 12; // Not yet implemented ! } message AssetDiscountReq {