From 3c801b6aa5dd859e9a1e68f5ca51863519f09736 Mon Sep 17 00:00:00 2001 From: Maxim Evtush <154841002+maximevtush@users.noreply.github.com> Date: Tue, 4 Mar 2025 18:50:44 +0100 Subject: [PATCH] Update readme.md --- cmd/evm/testdata/10/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/evm/testdata/10/readme.md b/cmd/evm/testdata/10/readme.md index afa3787238..49e506ac93 100644 --- a/cmd/evm/testdata/10/readme.md +++ b/cmd/evm/testdata/10/readme.md @@ -1,6 +1,6 @@ ## EIP-1559 testing -This test contains testcases for EIP-1559, which were reported by Ori as misbehaving. +This test contains testcases for [EIP-1559](https://eips.ethereum.org/EIPS/eip-1559) , which were reported by Ori as misbehaving. ``` [user@work evm]$ dir=./testdata/10 && ./evm t8n --state.fork=London --input.alloc=$dir/alloc.json --input.txs=$dir/txs.json --input.env=$dir/env.json --output.alloc=stdout --output.result=stdout 2>&1