mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 21:26:42 +00:00
Update beacon/params/config_test.go
This commit is contained in:
parent
560374811c
commit
59d12cf269
1 changed files with 0 additions and 1 deletions
|
|
@ -27,6 +27,5 @@ BLOB_SCHEDULE: []
|
||||||
if fork.Name == "ALTAIR" && (fork.Epoch != 1 || !bytes.Equal(fork.Version, []byte{0, 0, 0, 1})) {
|
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)
|
t.Errorf("unexpected altair fork epoch %d version %x", fork.Epoch, fork.Version)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue