Skip to content

Commit 056eeda

Browse files
tim-barrytarakby
andauthored
Update state/protocol/prg/customizers.go
Co-authored-by: Tarak Ben Youssef <[email protected]>
1 parent c2ed597 commit 056eeda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

state/protocol/prg/customizers.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ var (
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}

0 commit comments

Comments
 (0)