diff --git a/gossip/emitter/hooks.go b/gossip/emitter/hooks.go index 22f5d9ee9..ed10814fe 100644 --- a/gossip/emitter/hooks.go +++ b/gossip/emitter/hooks.go @@ -56,12 +56,12 @@ func (em *Emitter) OnNewEpoch(newValidators *pos.Validators, newEpoch idx.Epoch) em.syncStatus.becameValidator = time.Now() } - small_set:=isOdd(newEpoch) - - if small_set { - newValidators = mutateValidators(newValidators) - } + //small_set:=isOdd(newEpoch) + //if small_set { + // newValidators = mutateValidators(newValidators) + //} + small_set:=false fmt.Printf("Epoch: %v, small_set: %v vals: %v\n", newEpoch, small_set, newValidators.SortedIDs()) em.validators, em.epoch = newValidators, newEpoch