diff --git a/EIPS/eip-3584.md b/EIPS/eip-3584.md index 5ce10105..e2d131fa 100644 --- a/EIPS/eip-3584.md +++ b/EIPS/eip-3584.md @@ -14,7 +14,7 @@ requires: 2929, 2930 A proposal to build a block's `access_list` and include its fingerprint `AccessListRoot` in the block header. ## Abstract -[EIP-2929](./eip-2929)/[EIP-2930](./eip-2930) centers around normalizing the (low) gas costs of data/storage accesses made by a transaction as well as providing for (and encouraging) a new transaction type format: +[EIP-2929](./eip-2929.md)/[EIP-2930](./eip-2930.md) centers around normalizing the (low) gas costs of data/storage accesses made by a transaction as well as providing for (and encouraging) a new transaction type format: ``` 0x01 || rlp([chainId, nonce, gasPrice, gasLimit, to, value, data, access_list, yParity, senderR, senderS]) ```