mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-31 21:05:24 +00:00
Fix typo, messages
-> message
This commit is contained in:
parent
d264ad8af7
commit
d6ccbd515d
@ -272,7 +272,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