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

@@ -43,9 +43,9 @@ pub fn process_deposit(
status: ValidatorStatus::PendingActivation,
latest_status_change_slot: state.validator_registry_latest_change_slot,
exit_count: 0,
poc_commitment: deposit_input.poc_commitment,
last_poc_change_slot: 0,
second_last_poc_slot: 0
custody_commitment: deposit_input.custody_commitment,
latest_custody_reseed_slot: 0,
penultimate_custody_reseed_slot: 0
};
match min_empty_validator_index(state, spec) {