mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-19 15:11:05 +00:00
missed deposit case, also fix signing here
This commit is contained in:
parent
60954286f9
commit
8391d8ee5b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user