Skip to content

Commit

Permalink
Merge pull request #1235 from ethereum/JustinDrake-patch-20
Browse files Browse the repository at this point in the history
Minor copyedit
  • Loading branch information
CarlBeek authored Jun 30, 2019
2 parents 14701aa + ae888e1 commit 2e41f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/core/0_beacon-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -1688,7 +1688,7 @@ def process_deposit(state: BeaconState, deposit: Deposit) -> None:
assert verify_merkle_branch(
leaf=hash_tree_root(deposit.data),
proof=deposit.proof,
depth=DEPOSIT_CONTRACT_TREE_DEPTH + 1, # add 1 for the SSZ length mix-in
depth=DEPOSIT_CONTRACT_TREE_DEPTH + 1, # Add 1 for the `List` length mix-in
index=state.eth1_deposit_index,
root=state.eth1_data.deposit_root,
)
Expand Down

0 comments on commit 2e41f2d

Please sign in to comment.