Skip to content

Commit 3a8c970

Browse files
authored
op-batcher: wire up AdditionalThrottlingEndpointsFlag (#15906)
* op-batcher: wire up AdditionalThrottlingEndpointsFlag properly * add test * Revert "add test"t This reverts commit 146f03d.
1 parent d37232a commit 3a8c970

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

op-batcher/flags/flags.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ var optionalFlags = []cli.Flag{
223223
ThrottleTxSizeFlag,
224224
ThrottleBlockSizeFlag,
225225
ThrottleAlwaysBlockSizeFlag,
226+
AdditionalThrottlingEndpointsFlag,
226227
PreferLocalSafeL2Flag,
227228
}
228229

0 commit comments

Comments
 (0)