Fix failing doc test

This commit is contained in:
Paul Hauner 2019-03-14 18:08:09 +11:00
parent 122916acdd
commit 2bfc8ed4da
No known key found for this signature in database
GPG Key ID: D362883A9218FCC6

View File

@ -15,7 +15,7 @@
//! let validator_count = 8; //! let validator_count = 8;
//! let spec = ChainSpec::few_validators(); //! let spec = ChainSpec::few_validators();
//! //!
//! let mut harness = BeaconChainHarness::new(spec, validator_count, None, true); //! let mut harness = BeaconChainHarness::new(spec, validator_count);
//! //!
//! harness.advance_chain_with_block(); //! harness.advance_chain_with_block();
//! //!