Fix typo, `messages` -> `message`

This commit is contained in:
Hsiao-Wei Wang 2020-10-13 11:39:10 +08:00
parent d264ad8af7
commit d6ccbd515d
No known key found for this signature in database
GPG Key ID: 95B070122902DEA4
1 changed files with 1 additions and 1 deletions

View File

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