From 4a24fcb263fb3abd22a1114a017bcec830077b1d Mon Sep 17 00:00:00 2001 From: AmirMahdi Qiasvand Date: Sun, 3 Aug 2025 16:13:14 +0330 Subject: [PATCH] fix: order confirmation req, res naming Please enter the commit message for your changes. Lines starting --- market/v1/msg.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/market/v1/msg.proto b/market/v1/msg.proto index c717b7b..b18ebe3 100644 --- a/market/v1/msg.proto +++ b/market/v1/msg.proto @@ -88,7 +88,7 @@ message MarketAssetList { uint32 total_count = 4; } -message PurchaseReq { +message MatchOrderReq { auth.v1.InternalIAM iam = 1; uint64 order_id = 2; double amount = 3; @@ -97,7 +97,7 @@ message PurchaseReq { optional auth.v1.TFA tfa = 5; } -message PurchaseRes { +message MatchOrderRes { uint64 order_id = 1; double calculated_irt_amount = 2; double calculated_asset_amount = 3; -- 2.47.2