Skip to content

Commit

Permalink
- fixed typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianpascalau committed Aug 3, 2024
1 parent 6b99a11 commit eab6702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit eab6702

Please sign in to comment.