mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 23:55:13 -05:00
Merge pull request #345 from ChihChengLiang/patch-2
Fix typo in get_new_shuffling
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user