Update 0_beacon-chain.md (#922)

More clean up on recent switch to exit queue
This commit is contained in:
Alex Stokes 2019-04-14 22:56:01 +10:00 committed by Justin
parent bcf10ecf11
commit c01fb1eea6
1 changed files with 0 additions and 1 deletions

View File

@ -2271,7 +2271,6 @@ def process_deposit(state: BeaconState, deposit: Deposit) -> None:
activation_epoch=FAR_FUTURE_EPOCH,
exit_epoch=FAR_FUTURE_EPOCH,
withdrawable_epoch=FAR_FUTURE_EPOCH,
initiated_exit=False,
slashed=False,
high_balance=0
)