Skip to content

Commit

Permalink
Merge pull request ethereum#2099 from ethereum/fix_bls_testgen_typo
Browse files Browse the repository at this point in the history
Fix BLS testgen typo
  • Loading branch information
djrtwo authored Oct 13, 2020
2 parents a64ae81 + d6ccbd5 commit 1782983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/generators/bls/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def case04_fast_aggregate_verify():
yield f'fast_aggregate_verify_infinity_pubkey', {
'input': {
'pubkeys': [encode_hex(pubkey) for pubkey in pubkeys_with_infinity],
'messages': encode_hex(SAMPLE_MESSAGE),
'message': encode_hex(SAMPLE_MESSAGE),
'signature': encode_hex(aggregate_signature),
},
'output': False,
Expand Down

0 comments on commit 1782983

Please sign in to comment.