From 6375702e2a22eadbe7f040e71c1eb1994a62f23a Mon Sep 17 00:00:00 2001 From: nfel Date: Mon, 14 Jul 2025 12:05:19 +0330 Subject: [PATCH] v2: admin -> platform ( price ) Signed-off-by: nfel --- wallet/v1/msg.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet/v1/msg.proto b/wallet/v1/msg.proto index bcd027a..5749003 100644 --- a/wallet/v1/msg.proto +++ b/wallet/v1/msg.proto @@ -184,7 +184,7 @@ message AssetDiscountRes { message AssetPrice { string updated_at = 1; double market_price = 2; - double admin_price = 3; + double platform_price = 3; } message GetAssetReq {