From 0008393b5d5b3dbcd49b4048939ac21ab0bec6d2 Mon Sep 17 00:00:00 2001 From: Mohamed Elmoslemany Date: Mon, 23 Sep 2024 14:22:11 +0200 Subject: [PATCH] fix typo --- proto/cmp/services/book/v2/mint.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/cmp/services/book/v2/mint.proto b/proto/cmp/services/book/v2/mint.proto index 9b0fe99..86952ec 100644 --- a/proto/cmp/services/book/v2/mint.proto +++ b/proto/cmp/services/book/v2/mint.proto @@ -81,7 +81,7 @@ message MintResponse { // (buyer) bot after the buy operation and passed to the distributor middleware // (partner plugin) in the mint response. // - // This fielld is not meant for the supplier. + // This field is not meant for the supplier. string buy_transaction_id = 11; }