Skip to content

Commit

Permalink
missed deposit case, also fix signing here
Browse files Browse the repository at this point in the history
  • Loading branch information
protolambda committed Jan 6, 2020
1 parent 6095428 commit 8391d8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,6 @@ def test_bad_merkle_proof(spec, state):
# mess up merkle branch
deposit.proof[5] = spec.Bytes32()

sign_deposit_data(spec, deposit.data, privkeys[validator_index], state=state)
sign_deposit_data(spec, deposit.data, privkeys[validator_index])

yield from run_deposit_processing(spec, state, deposit, validator_index, valid=False)

0 comments on commit 8391d8e

Please sign in to comment.