From 0c24ca9bb0ee023214a99d8f4f62a861f5680635 Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Fri, 1 Mar 2019 18:59:55 -0600 Subject: [PATCH] Update specs/core/0_beacon-chain.md Co-Authored-By: vbuterin --- specs/core/0_beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index aea187730..f146fff5b 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -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