This commit is contained in:
Danny Ryan 2019-04-02 14:08:22 +11:00
parent e037412f94
commit 577fc740d0
No known key found for this signature in database
GPG Key ID: 2765A792E42CE07A
2 changed files with 1 additions and 1 deletions

View File

@ -83,6 +83,7 @@ def test_no_double_or_surround(state):
return pre_state, attester_slashing, post_state return pre_state, attester_slashing, post_state
def test_participants_already_slashed(state): def test_participants_already_slashed(state):
attester_slashing = get_valid_attester_slashing(state) attester_slashing = get_valid_attester_slashing(state)

View File

@ -167,7 +167,6 @@ def test_attester_slashing(state):
return state, [block], test_state return state, [block], test_state
def test_deposit_in_block(state): def test_deposit_in_block(state):
pre_state = deepcopy(state) pre_state = deepcopy(state)
test_deposit_data_leaves = [ZERO_HASH] * len(pre_state.validator_registry) test_deposit_data_leaves = [ZERO_HASH] * len(pre_state.validator_registry)