cmd/evm: remove repetitive words

This commit is contained in:
goofylfg 2024-04-24 19:47:35 +08:00 committed by GitHub
parent 0d4c38865e
commit 9497706974
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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. `testdata/13`, whereas number `1` is taken from #27730.
The problematic second transaction cannot be RLP-decoded, and the expectation is 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. still be accepted.
``` ```