mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
Update rlp_fuzzer_test.go
This commit is contained in:
parent
0cf3547d9b
commit
437dcb366e
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue