add comment

This commit is contained in:
Danny Ryan 2021-07-02 15:28:05 -06:00 committed by GitHub
parent 2d4ff72b2d
commit 1865cdb4fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)