From 25e100c9b5bfafaa3329be94d89dfdfd927f1e9f Mon Sep 17 00:00:00 2001 From: Avory Date: Sat, 5 Apr 2025 22:31:38 +0300 Subject: [PATCH] Update readme.md --- cmd/evm/testdata/9/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/evm/testdata/9/readme.md b/cmd/evm/testdata/9/readme.md index 357e200682..e576ad5f02 100644 --- a/cmd/evm/testdata/9/readme.md +++ b/cmd/evm/testdata/9/readme.md @@ -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 ``` -It fails, due to 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`. +It fails because the `evm t8n` cannot sign them in with the given signer. We can bypass that, however, +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