github.com/codysnider/go-ethereum@v1.10.18-0.20220420071915-14f4ae99222a/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  ```