From eab6702bcc34a6563871552d5a22d014cbbe01cd Mon Sep 17 00:00:00 2001 From: Iulian Pascalau Date: Sat, 3 Aug 2024 10:19:25 +0300 Subject: [PATCH] - fixed typo in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30e7ca1..39e9b47 100644 --- a/README.md +++ b/README.md @@ -74,13 +74,13 @@ This endpoint initiates the generation of blocks for each shard until the target } ``` -### `POST /simulator/generate-blocks-until-transcation-processed/:txHash` +### `POST /simulator/generate-blocks-until-transaction-processed/:txHash` This endpoint initiates the generation of blocks for each shard until the status of the provided transaction hash is processed. ##### Request - **Method:** POST -- **Path:** `/simulator/generate-blocks-until-transcation-processed/:txHash` +- **Path:** `/simulator/generate-blocks-until-transaction-processed/:txHash` - **Parameters:** - `txHash` (path parameter): The hash of the targeted transaction.