From 222d8828ee45bf805955787382f2b3911726cf27 Mon Sep 17 00:00:00 2001 From: nfel Date: Sat, 12 Jul 2025 11:36:34 +0330 Subject: [PATCH] v2: removed two more fields Signed-off-by: nfel --- wallet/v1/msg.proto | 2 -- 1 file changed, 2 deletions(-) diff --git a/wallet/v1/msg.proto b/wallet/v1/msg.proto index d228cb8..dc55f15 100644 --- a/wallet/v1/msg.proto +++ b/wallet/v1/msg.proto @@ -102,8 +102,6 @@ message Asset { int64 buy_unit_price = 12; double buy_min_amount = 13; double buy_max_amount = 14; - double buy_fee_amount = 15; - int64 buy_fee_price = 16; bool is_active = 20; bool can_buy = 21; bool can_sell = 22;