Skip to content

Commit cc208cd

Browse files
committed
Merge branch 'main' into rogue-stakerId
2 parents 7a3a211 + 0f233d0 commit cc208cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/propose.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ func (*UtilsStruct) MakeBlock(client *ethclient.Client, blockNumber *big.Int, ep
325325
influenceSum := revealedDataMaps.InfluenceSum[leafId]
326326
if influenceSum != nil && influenceSum.Cmp(big.NewInt(0)) != 0 {
327327
idsRevealedInThisEpoch = append(idsRevealedInThisEpoch, activeCollections[leafId])
328-
if rogueData.IsRogue && utils.Contains(rogueData.RogueMode, "propose") {
328+
if rogueData.IsRogue && utils.Contains(rogueData.RogueMode, "medians") {
329329
medians = append(medians, rand.Uint32())
330330
continue
331331
}

0 commit comments

Comments
 (0)