github.com/jimmyx0x/go-ethereum@v1.10.28/cmd/evm/testdata/18/README.md (about) 1 # Invalid rlp 2 3 This folder contains a sample of invalid RLP, and it's expected 4 that the t9n handles this properly: 5 6 ``` 7 $ go run . t9n --input.txs=./testdata/18/invalid.rlp --state.fork=London 8 ERROR(11): rlp: value size exceeds available input length 9 ```