testing around BeaconState and ChainSpec passing

This commit is contained in:
Grant Wuerker
2018-12-27 19:50:05 -06:00
parent f48eb568ba
commit a470cb5369
4 changed files with 26 additions and 30 deletions

View File

@@ -7,7 +7,7 @@ use super::shard_reassignment_record::ShardReassignmentRecord;
use super::validator_record::ValidatorRecord;
use super::Hash256;
#[derive(Debug, PartialEq, Clone)]
#[derive(Debug, PartialEq, Clone, Default)]
pub struct BeaconState {
// Misc
pub slot: u64,