diff --git a/core/types/rlp_fuzzer_test.go b/core/types/rlp_fuzzer_test.go index b990a5d353..a3b9f72436 100644 --- a/core/types/rlp_fuzzer_test.go +++ b/core/types/rlp_fuzzer_test.go @@ -104,7 +104,7 @@ func fuzzRlp(t *testing.T, input []byte) { { var v struct { Byte [10]byte - Bool [10]bool + Rool [10]bool } if err := decodeEncode(input, &v); err != nil { t.Fatal(err)