Update 0_beacon-chain.md (#922)
More clean up on recent switch to exit queue
This commit is contained in:
parent
bcf10ecf11
commit
c01fb1eea6
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue