You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: orchestrator/src/generator/main.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ import (
10
10
lib "itn_orchestrator"
11
11
)
12
12
13
-
constmixMaxCostTpsRatioHelp="when provided, specifies ratio of tps (proportional to total tps) for max cost transactions to be used every other round, zkapps ratio for these rounds is set to 100%"
13
+
constmaxCostMixedTpsRatioHelp="when provided, specifies ratio of tps (proportional to total tps) for max cost transactions to be used every other round, zkapps ratio for these rounds is set to 100%"
14
14
15
15
funcmain() {
16
16
varrotateKeys, rotateServersstring
@@ -50,7 +50,7 @@ func main() {
50
50
flag.BoolVar(&p.RotationPermutation, "rotate-permutation", defaults.RotationPermutation, "Whether to generate only permutation mappings for rotation")
51
51
flag.IntVar(&p.LargePauseMin, "large-pause", defaults.LargePauseMin, "duration of the large pause, minutes")
52
52
flag.IntVar(&p.LargePauseEveryNRounds, "large-pause-every", defaults.LargePauseEveryNRounds, "number of rounds in between large pauses")
@@ -54,8 +54,6 @@ type GeneratorInputData struct {
54
54
} `json:"fees,omitempty"`
55
55
}
56
56
57
-
constmixMaxCostTpsRatioHelp="when provided, specifies ratio of tps (proportional to total tps) for max cost transactions to be used every other round, zkapps ratio for these rounds is set to 100%"
0 commit comments