Skip to content

Commit

Permalink
Update 0_beacon-chain.md (#922)
Browse files Browse the repository at this point in the history
More clean up on recent switch to exit queue
  • Loading branch information
ralexstokes authored and JustinDrake committed Apr 14, 2019
1 parent bcf10ec commit c01fb1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion specs/core/0_beacon-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit c01fb1e

Please sign in to comment.