mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 04:04:59 -05:00
add comment
This commit is contained in:
@@ -80,7 +80,7 @@ def test_invalid_signature_bad_domain(spec, state):
|
||||
state,
|
||||
block.slot - 1,
|
||||
committee_indices, # full committee signs
|
||||
domain_type=spec.DOMAIN_BEACON_ATTESTER,
|
||||
domain_type=spec.DOMAIN_BEACON_ATTESTER, # Incorrect domain
|
||||
)
|
||||
)
|
||||
yield from run_sync_committee_processing(spec, state, block, expect_exception=True)
|
||||
|
||||
Reference in New Issue
Block a user