mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 15:15:16 -05:00
Update 0_beacon-chain.md
This commit is contained in:
@@ -1965,7 +1965,7 @@ def process_deposit(state: BeaconState, deposit: Deposit) -> None:
|
||||
activation_epoch=FAR_FUTURE_EPOCH,
|
||||
exit_epoch=FAR_FUTURE_EPOCH,
|
||||
withdrawable_epoch=FAR_FUTURE_EPOCH,
|
||||
effective_balance=amount - amount % EFFECTIVE_BALANCE_INCREMENT
|
||||
effective_balance=amount - amount % EFFECTIVE_BALANCE_INCREMENT,
|
||||
))
|
||||
state.balances.append(amount)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user