Update rlp_fuzzer_test.go

This commit is contained in:
Felix Lange 2024-06-20 10:35:03 +02:00 committed by GitHub
parent 0cf3547d9b
commit 437dcb366e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -104,7 +104,7 @@ func fuzzRlp(t *testing.T, input []byte) {
{ {
var v struct { var v struct {
Byte [10]byte Byte [10]byte
Bool [10]bool Rool [10]bool
} }
if err := decodeEncode(input, &v); err != nil { if err := decodeEncode(input, &v); err != nil {
t.Fatal(err) t.Fatal(err)