Alias zero hash to genesis in find head

This commit is contained in:
Paul Hauner
2019-06-16 09:22:05 -04:00
parent 8fb6ffffe2
commit 1638a7aa62
2 changed files with 17 additions and 1 deletions

View File

@@ -142,6 +142,8 @@ mod test {
MinimalEthSpec,
> = BeaconChainHarness::new(VALIDATOR_COUNT);
harness.extend_canonical_chain();
for _ in 0..MinimalEthSpec::slots_per_epoch() * 2 {
harness.extend_canonical_chain();
}
}
}