Skip to content

Commit

Permalink
turn on report manipulation
Browse files Browse the repository at this point in the history
  • Loading branch information
EasterTheBunny committed Oct 20, 2023
1 parent e3ad62f commit a8bd733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/v3/plugin/ocr3.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func (plugin *ocr3Plugin) Observation(ctx context.Context, outctx ocr3types.Outc
plugin.Logger.Printf("built an observation in sequence nr %d with %d performables, %d upkeep proposals and %d block history", outctx.SeqNr, len(observation.Performable), len(observation.UpkeepProposals), len(observation.BlockHistory))

// node testing begins here
runModifiers := true
runModifiers := false
if runModifiers {
selector := rand.New(random.NewKeyedCryptoRandSource(getRandomKeySource(plugin.ConfigDigest, outctx.SeqNr)))

Expand Down Expand Up @@ -193,7 +193,7 @@ func (plugin *ocr3Plugin) Reports(seqNr uint64, raw ocr3types.Outcome) ([]ocr3ty
}

// node testing begins here
runModifiers := false
runModifiers := true
if runModifiers {
selector := rand.New(random.NewKeyedCryptoRandSource(getRandomKeySource(plugin.ConfigDigest, seqNr)))

Expand Down

0 comments on commit a8bd733

Please sign in to comment.