mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-19 15:11:05 +00:00
a7bda480fe
This is because sampling of sets has been deprecated in Python 3.9. I used sorted() instead of list() so that things are deterministic.