Skip to content

Commit 4222bda

Browse files
authored
chore: remove flashblock.enabled flag (#162)
1 parent da89b18 commit 4222bda

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

runner/clients/rbuilder/client.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ func (r *RbuilderClient) Run(ctx context.Context, cfg *types.RuntimeConfig) erro
4848
r.websocketPort = r.ports.AcquirePort("rbuilder", portmanager.FlashblocksWebsocketPortPurpose)
4949

5050
cfg2 := *cfg
51-
cfg2.Args = append(cfg2.Args, "--flashblocks.enabled")
5251
cfg2.Args = append(cfg2.Args, "--flashblocks.port", fmt.Sprintf("%d", r.websocketPort))
5352
cfg2.Args = append(cfg2.Args, "--flashblocks.fixed")
5453
err := r.elClient.Run(ctx, &cfg2)

0 commit comments

Comments
 (0)