custody names refactored

This commit is contained in:
Grant Wuerker
2019-01-07 21:57:35 -06:00
parent d2a62fa211
commit 0a1c299206
5 changed files with 28 additions and 29 deletions

View File

@@ -106,9 +106,9 @@ fn initial_validators_for_testing() -> Vec<ValidatorRecord> {
status: From::from(0),
latest_status_change_slot: 0,
exit_count: 0,
poc_commitment: Hash256::zero(),
last_poc_change_slot: 0,
second_last_poc_slot: 0
custody_commitment: Hash256::zero(),
latest_custody_reseed_slot: 0,
penultimate_custody_reseed_slot: 0
};
initial_validators.push(validator_record);
}