github.com/authcall/reference-optimistic-geth@v0.0.0-20220816224302-06313bfeb8d2/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 ```