Update beacon/params/config_test.go

This commit is contained in:
Klimov Sergei 2025-09-15 16:15:57 +08:00 committed by GitHub
parent 560374811c
commit 59d12cf269
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,6 +27,5 @@ BLOB_SCHEDULE: []
if fork.Name == "ALTAIR" && (fork.Epoch != 1 || !bytes.Equal(fork.Version, []byte{0, 0, 0, 1})) {
t.Errorf("unexpected altair fork epoch %d version %x", fork.Epoch, fork.Version)
}
}
}