mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-11 10:07:00 +00:00
The variable name 'slot' in the for-loop in 'get_shuffling' conflicts with the get_shuffling argument name 'slot'. Renames 'slot' in for-loop to 'slot_num'.