File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2626 // (used for the source of randomness history core-contract)
2727 ExecutionRandomSourceHistory = customizerFromIndices (1 , 1 )
2828 // BootstrapClusterAssignment is the customizer for assignment of collectors to clusters during bootstrapping
29- BootstrapClusterAssignment = customizerFromIndices (2 , 0 )
29+ BootstrapClusterAssignment = customizerFromIndices (4 , 0 )
3030 // BootstrapEpochRandomSource is the customizer for the RandomSource of the new epoch during bootstrapping
31- BootstrapEpochRandomSource = customizerFromIndices (2 , 1 )
31+ BootstrapEpochRandomSource = customizerFromIndices (4 , 1 )
3232 //
3333 // clusterLeaderSelectionPrefix is the prefix used for CollectorClusterLeaderSelection
3434 clusterLeaderSelectionPrefix = []uint16 {3 }
You can’t perform that action at this time.
0 commit comments