Skip to content

Commit c4dea26

Browse files
committed
Typo
1 parent 7ea7b1f commit c4dea26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zkEVM/architecture/proving-system/json-rpc-to-proof.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ The `validateTx()` function performs the following preliminary checks:
178178

179179
1. The transaction IP address has a valid format.
180180

181-
2. The transaction fields are properly signed (in both current and pre-EIP-155). EIP- 155 states that we must include the `chainID` in the hash of the data to be signed (which is an anti-replay attack protection).
181+
2. The transaction fields are properly signed (in both current and pre-EIP-155). EIP-155 states that we must include the `chainID` in the hash of the data to be signed (which is an anti-replay attack protection).
182182

183183
3. The transaction’s `chainID` is the same as the pool’s `chainID` (which is the `chainID` of the L2 Network) whenever `chainID` is not zero.
184184

0 commit comments

Comments
 (0)