Update readme.md

This commit is contained in:
Avory 2025-04-05 22:31:38 +03:00 committed by GitHub
parent 9f6550d3a8
commit 25e100c9b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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