mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 10:22:38 +00:00
Remove genesis_epoch from ChainSpec
This commit is contained in:
@@ -680,7 +680,7 @@ mod tests {
|
||||
|
||||
let mut state = BeaconState::random_for_test(rng);
|
||||
|
||||
state.fork = Fork::genesis(&spec);
|
||||
state.fork = Fork::genesis(FoundationEthSpec::genesis_epoch());
|
||||
|
||||
(spec, state)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user