Update state processing for v0.12

This commit is contained in:
Michael Sproul
2020-05-21 19:46:07 +10:00
parent dceab5e6ea
commit 8040b001f1
17 changed files with 222 additions and 174 deletions

View File

@@ -215,7 +215,7 @@ mod signatures_minimal {
let mut spec = &mut TestEthSpec::default_spec();
// Allows the test to pass.
spec.persistent_committee_period = 0;
spec.shard_committee_period = 0;
test_scenario::<TestEthSpec, _, _>(
|mut builder| {