mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
Update readme.md
This commit is contained in:
parent
9f6550d3a8
commit
25e100c9b5
1 changed files with 2 additions and 2 deletions
4
cmd/evm/testdata/9/readme.md
vendored
4
cmd/evm/testdata/9/readme.md
vendored
|
|
@ -62,8 +62,8 @@ dir=./testdata/9 && ./evm t8n --state.fork=Berlin --input.alloc=$dir/alloc.json
|
||||||
ERROR(10): Failed signing transactions: ERROR(10): Tx 0: failed to sign tx: transaction type not supported
|
ERROR(10): Failed signing transactions: ERROR(10): Tx 0: failed to sign tx: transaction type not supported
|
||||||
```
|
```
|
||||||
|
|
||||||
It fails, due to the `evm t8n` cannot sign them in with the given signer. We can bypass that, however,
|
It fails because the `evm t8n` cannot sign them in with the given signer. We can bypass that, however,
|
||||||
by feeding it presigned transactions, located in `txs_signed.json`.
|
by feeding it pre-signed transactions, located in `txs_signed.json`.
|
||||||
|
|
||||||
```
|
```
|
||||||
dir=./testdata/9 && ./evm t8n --state.fork=Berlin --input.alloc=$dir/alloc.json --input.txs=$dir/txs_signed.json --input.env=$dir/env.json
|
dir=./testdata/9 && ./evm t8n --state.fork=Berlin --input.alloc=$dir/alloc.json --input.txs=$dir/txs_signed.json --input.env=$dir/env.json
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue