mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 15:35:11 -05:00
Update specs/core/0_beacon-chain.md
Co-Authored-By: vbuterin <v@buterin.com>
This commit is contained in:
@@ -1290,7 +1290,7 @@ def process_deposit(state: BeaconState, deposit: Deposit) -> None:
|
||||
)
|
||||
)
|
||||
|
||||
if not not proof_is_valid:
|
||||
if not proof_is_valid:
|
||||
return
|
||||
|
||||
validator_pubkeys = [v.pubkey for v in state.validator_registry]
|
||||
|
||||
Reference in New Issue
Block a user