mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 12:55:10 -05:00
lint
This commit is contained in:
@@ -83,6 +83,7 @@ def test_no_double_or_surround(state):
|
||||
|
||||
return pre_state, attester_slashing, post_state
|
||||
|
||||
|
||||
def test_participants_already_slashed(state):
|
||||
attester_slashing = get_valid_attester_slashing(state)
|
||||
|
||||
|
||||
@@ -167,7 +167,6 @@ def test_attester_slashing(state):
|
||||
return state, [block], test_state
|
||||
|
||||
|
||||
|
||||
def test_deposit_in_block(state):
|
||||
pre_state = deepcopy(state)
|
||||
test_deposit_data_leaves = [ZERO_HASH] * len(pre_state.validator_registry)
|
||||
|
||||
Reference in New Issue
Block a user