Add new field to test_harness YAML, remove prints

This commit is contained in:
Paul Hauner
2019-03-18 18:08:53 +11:00
parent edeace9e75
commit 71d95ee9db
4 changed files with 8 additions and 5 deletions

View File

@@ -62,6 +62,10 @@ impl TestCase {
spec.slots_per_epoch = n;
}
if let Some(n) = self.config.persistent_committee_period {
spec.persistent_committee_period = n;
}
spec
}