Merge pull request #2099 from ethereum/fix_bls_testgen_typo

Fix BLS testgen typo
This commit is contained in:
Danny Ryan 2020-10-13 08:08:20 -06:00 committed by GitHub
commit 17829836f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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