github.com/theQRL/go-zond@v0.2.1/cmd/zvm/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=Shanghai 8 ERROR(11): rlp: value size exceeds available input length 9 ```