mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-20 14:28:22 +00:00
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', {
|
||||
'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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user