mirror of
https://github.com/status-im/nim-eth.git
synced 2025-01-16 09:34:32 +00:00
9 lines
203 B
Nim
9 lines
203 B
Nim
import chronicles, eth/rlp, ../fuzztest
|
|
|
|
test:
|
|
try:
|
|
var rlp = rlpFromBytes(@payload.toRange)
|
|
discard rlp.inspect()
|
|
except RlpError:
|
|
debug "Inspect failed", err = getCurrentExceptionMsg()
|