github.com/Cleverse/go-ethereum@v0.0.0-20220927095127-45113064e7f2/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  ```