From 9e3c4b9ff017868216eda5e70f1fb743fa502b6e Mon Sep 17 00:00:00 2001 From: nfel Date: Sun, 3 Aug 2025 15:56:50 +0330 Subject: [PATCH] Reapply "Can Trade added to asset filter" This reverts commit fe71cb20dd2fb1a5133a46d73027c65f92c6c0bf. --- 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 {