Skip to content

Commit b751b72

Browse files
authored
Update check-tx-status.md
1 parent 41d6bbc commit b751b72

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/zkEVM/how-to/check-tx-status.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ Here's how to verify the status of a transaction when using an RPC node as an in
22

33
This guide is for users who send transactions to an RPC node, which in turn relays these transactions to the Polygon zkEVM network.
44

5-
## Recommended endpoints:
5+
## Recommended endpoints
66

7-
After sending a transaction (TX) to the network using the `eth_sendRawTransaction`, use the following endpoints to check the TX Status:
7+
After sending a transaction (TX) to the network using the `eth_sendRawTransaction`, use the following endpoints to check the TX status:
88

99
1. `eth_getTransactionByHash`
1010
2. `eth_getTransactionReceipt`
1111

12-
### Using eth_getTransactionByHash
12+
### Using `eth_getTransactionByHash`
1313

1414
When checking the TX status using the `eth_getTransactionByHash`, the result can be either one of the following.
1515

@@ -21,7 +21,7 @@ When checking the TX status using the `eth_getTransactionByHash`, the result can
2121

2222
- If the fields `block_num` and `block_hash` are NOT null, it means the TX was mined.
2323

24-
### Using eth_getTransactionReceipt
24+
### Using `eth_getTransactionReceipt`
2525

2626
When checking the TX status using the `eth_getTransactionReceipt`, again the result can either one of the following.
2727

0 commit comments

Comments
 (0)