Update specs/core/0_beacon-chain.md

Co-Authored-By: vbuterin <v@buterin.com>
This commit is contained in:
Hsiao-Wei Wang 2019-03-01 18:59:55 -06:00 committed by GitHub
parent 236298a8e4
commit 0c24ca9bb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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