diff --git a/EIPS/eip-2242.md b/EIPS/eip-2242.md index 7dc308cef0e5c7..bc0a23a389c28e 100644 --- a/EIPS/eip-2242.md +++ b/EIPS/eip-2242.md @@ -34,7 +34,7 @@ An additional optional field, `postdata`, is added to transactions. Serialized t "nonce": uint256, ["postdata": bytes], ``` -with witnesses signing over the [RLP encoding](https://github.com/ethereum/wiki/wiki/RLP) of the above. `postdata` is data that is posted on-chain, for later historical retrieval by layer-2 systems. +with witnesses signing over the RLP encoding of the above. `postdata` is data that is posted on-chain, for later historical retrieval by layer-2 systems. `postdata` is an RLP-encoded twople `(version: uint64, data: bytes)`. 1. `version` is `0`.