From 4229ff62b4502038e8e51396e230a298100577a1 Mon Sep 17 00:00:00 2001 From: nfel Date: Sun, 23 Feb 2025 14:00:02 +0330 Subject: [PATCH] v2: typo Signed-off-by: nfel --- market/v1/srv.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/market/v1/srv.proto b/market/v1/srv.proto index 042b8ea..8b3436f 100644 --- a/market/v1/srv.proto +++ b/market/v1/srv.proto @@ -14,7 +14,7 @@ service MarketplaceSrv { rpc NewMarketOrder(NewMarketReq) returns (MarketOrder); // insert new buy order to market - rpc Purchace(PurchaseReq) returns (PurchaseRes); // purchase from an order + rpc Purchase(PurchaseReq) returns (PurchaseRes); // purchase from an order rpc CancelOrder(auth.v1.IdReqWithIAM) returns (base.v1.StatusRes); // cancel an order