Skip to content

Commit 0f233d0

Browse files
authored
changed flag value (#665)
1 parent d468db8 commit 0f233d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/propose.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ func (*UtilsStruct) MakeBlock(client *ethclient.Client, blockNumber *big.Int, ep
315315
influenceSum := revealedDataMaps.InfluenceSum[leafId]
316316
if influenceSum != nil && influenceSum.Cmp(big.NewInt(0)) != 0 {
317317
idsRevealedInThisEpoch = append(idsRevealedInThisEpoch, activeCollections[leafId])
318-
if rogueData.IsRogue && utils.Contains(rogueData.RogueMode, "propose") {
318+
if rogueData.IsRogue && utils.Contains(rogueData.RogueMode, "medians") {
319319
medians = append(medians, rand.Uint32())
320320
continue
321321
}

0 commit comments

Comments
 (0)