mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-12 19:54:34 +00:00
Merge pull request #345 from ChihChengLiang/patch-2
Fix typo in get_new_shuffling
This commit is contained in:
commit
e780be349e
@ -871,7 +871,7 @@ def get_new_shuffling(seed: Hash32,
|
||||
)
|
||||
for shard_position, indices in enumerate(shard_indices)
|
||||
]
|
||||
output.append(shards_and_committees_for_slot)
|
||||
output.append(shard_committees)
|
||||
|
||||
return output
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user