Merge pull request #2099 from ethereum/fix_bls_testgen_typo
Fix BLS testgen typo
This commit is contained in:
commit
17829836f6
|
@ -270,7 +270,7 @@ def case04_fast_aggregate_verify():
|
||||||
yield f'fast_aggregate_verify_infinity_pubkey', {
|
yield f'fast_aggregate_verify_infinity_pubkey', {
|
||||||
'input': {
|
'input': {
|
||||||
'pubkeys': [encode_hex(pubkey) for pubkey in pubkeys_with_infinity],
|
'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),
|
'signature': encode_hex(aggregate_signature),
|
||||||
},
|
},
|
||||||
'output': False,
|
'output': False,
|
||||||
|
|
Loading…
Reference in New Issue