ethereum / consensus-spec-tests

Common tests for the Ethereum proof-of-stake consensus layer
MIT License
69 stars 22 forks source link

v1.0.0-rc.0 fast_aggregate_verify_infinity_pubkey uses `messages` field instead of `message` #21

Closed michaelsproul closed 3 years ago

michaelsproul commented 3 years ago

It wasn't hard to work around, but I thought it was strange that the fast_aggregate_verify_infinity_pubkey test uses a messages field instead of message. It would be nice for it to be consistent.

Version: v1.0.0-rc.0

hwwhww commented 3 years ago

Thanks @michaelsproul 👍 https://github.com/ethereum/eth2.0-specs/pull/2099 fixes this typo.

djrtwo commented 3 years ago

thank you!