From 922a00021466d8e586e5a919c4ee9fce292d5918 Mon Sep 17 00:00:00 2001 From: nfel Date: Sat, 2 Aug 2025 17:28:05 +0330 Subject: [PATCH] Market Filter -> asset type changed --- market/v1/msg.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/market/v1/msg.proto b/market/v1/msg.proto index 7349b1d..c717b7b 100644 --- a/market/v1/msg.proto +++ b/market/v1/msg.proto @@ -147,7 +147,7 @@ message OrderListFilter { repeated string to = 7; optional double starting_price = 8; optional double ending_price = 9; - repeated wallet.v1.Asset asset = 10; + repeated uint64 asset = 10; optional uint64 order_id = 11; optional uint64 trx_id = 12; optional bool is_public = 13;