mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
Update readme.md
This commit is contained in:
parent
77dc1acafa
commit
9f6550d3a8
1 changed files with 1 additions and 1 deletions
2
cmd/evm/testdata/10/readme.md
vendored
2
cmd/evm/testdata/10/readme.md
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
## EIP-1559 testing
|
## EIP-1559 testing
|
||||||
|
|
||||||
This test contains testcases for EIP-1559, which were reported by Ori as misbehaving.
|
This test contains testcases for EIP-1559, which Ori reported 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
|
[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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue