From 068a07c9e3a4bd457e0c0c37a6b200cdf4661f0f Mon Sep 17 00:00:00 2001 From: Emiliano Bonassi Date: Tue, 14 May 2024 18:19:05 -0700 Subject: [PATCH] chore: add log for multiframetxs setting --- op-batcher/batcher/service.go | 1 + 1 file changed, 1 insertion(+) diff --git a/op-batcher/batcher/service.go b/op-batcher/batcher/service.go index 24c8f61d1e41a..0a4837faa24a3 100644 --- a/op-batcher/batcher/service.go +++ b/op-batcher/batcher/service.go @@ -254,6 +254,7 @@ func (bs *BatcherService) initChannelConfig(cfg *CLIConfig) error { bs.Log.Info("Initialized channel-config", "use_blobs", bs.UseBlobs, "use_plasma", bs.UsePlasma, + "multi_frame_txs", cc.MultiFrameTxs, "max_frame_size", cc.MaxFrameSize, "target_num_frames", cc.TargetNumFrames, "compressor", cc.CompressorConfig.Kind,