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…
Reference in New Issue