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