From ffc3074b1db081219829294caef6bc6288604304 Mon Sep 17 00:00:00 2001 From: lightclient Date: Wed, 26 Jul 2023 14:55:13 -0600 Subject: [PATCH] 7377: fix typo --- EIPS/eip-7377.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-7377.md b/EIPS/eip-7377.md index bd25c12d54cb6..7c5508d3d47a0 100644 --- a/EIPS/eip-7377.md +++ b/EIPS/eip-7377.md @@ -48,8 +48,8 @@ At the fork block `X`, introduce the migration transaction type. | `value` | `int256` | | `accessList` | `List[Tuple[address, List[uint256]]]` | | `yParity` | `uint8` | -| `v` | `uint256` | | `r` | `uint256` | +| `s` | `uint256` | The EIP-2718 `TransactionType` is `0x04` and the `TransactionPayload` is `rlp([chainId, nonce, maxFeePerGas, maxPriorityFeePerGas, gasLimit, codeAddr, storageTuples, data, value, accessList, yParity, r, s])`.