Merge pull request #109 from ralexstokes/clean-up-unused-var
remove unused variable
This commit is contained in:
commit
a6f8bdea66
|
@ -403,7 +403,6 @@ def get_new_shuffling(seed: Hash32,
|
|||
validators: List[ValidatorRecord],
|
||||
crosslinking_start_shard: int) -> List[List[ShardAndCommittee]]:
|
||||
active_validators = get_active_validator_indices(validators)
|
||||
active_validators_size = len(active_validators)
|
||||
|
||||
committees_per_slot = clamp(
|
||||
1,
|
||||
|
|
Loading…
Reference in New Issue