From 94977069745e8b41ef05bdb7bcce016ea8491522 Mon Sep 17 00:00:00 2001 From: goofylfg <165781272+goofylfg@users.noreply.github.com> Date: Wed, 24 Apr 2024 19:47:35 +0800 Subject: [PATCH] cmd/evm: remove repetitive words --- cmd/evm/testdata/30/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/evm/testdata/30/README.txt b/cmd/evm/testdata/30/README.txt index 84c92de853..e5e80eeaee 100644 --- a/cmd/evm/testdata/30/README.txt +++ b/cmd/evm/testdata/30/README.txt @@ -3,7 +3,7 @@ The input transactions contain three transactions, number `0` and `2` are taken `testdata/13`, whereas number `1` is taken from #27730. The problematic second transaction cannot be RLP-decoded, and the expectation is -that that particular transaction should be rejected, but number `0` and `1` should +that particular transaction should be rejected, but number `0` and `1` should still be accepted. ``` @@ -74,4 +74,4 @@ INFO [10-22|15:38:03.284] Trie dumping complete accounts=3 el } } -``` \ No newline at end of file +```