mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-01 23:05:12 -05:00
This is because sampling of sets has been deprecated in Python 3.9. I used sorted() instead of list() so that things are deterministic.