Update specs/core/0_beacon-chain.md
Co-Authored-By: vbuterin <v@buterin.com>
This commit is contained in:
parent
236298a8e4
commit
0c24ca9bb0
|
@ -1267,7 +1267,7 @@ def process_deposit(state: BeaconState, deposit: Deposit) -> None:
|
|||
branch=deposit.branch,
|
||||
depth=DEPOSIT_CONTRACT_TREE_DEPTH,
|
||||
index=deposit.index,
|
||||
root=state.latest_eth1_data.deposit_root
|
||||
root=state.latest_eth1_data.deposit_root,
|
||||
)
|
||||
assert merkle_branch_is_valid
|
||||
|
||||
|
|
Loading…
Reference in New Issue