mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-22 15:28:11 +00: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.