From 7f7a7c94f216a59945c9ca5ee68f515b5baa5ae2 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 c3323b642738..f14b00ed97e8 100644 --- a/op-batcher/batcher/service.go +++ b/op-batcher/batcher/service.go @@ -253,6 +253,7 @@ func (bs *BatcherService) initChannelConfig(cfg *CLIConfig) error { bs.Log.Info("Initialized channel-config", "da_type", cfg.DataAvailabilityType, "use_plasma", bs.UsePlasma, + "multi_frame_txs", cc.MultiFrameTxs, "max_frame_size", cc.MaxFrameSize, "target_num_frames", cc.TargetNumFrames, "compressor", cc.CompressorConfig.Kind,