Skip to content

Commit

Permalink
chore: add log for multiframetxs setting
Browse files Browse the repository at this point in the history
  • Loading branch information
emilianobonassi authored and tuxcanfly committed Jun 7, 2024
1 parent 7a1a4e8 commit 4c64973
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions op-batcher/batcher/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4c64973

Please sign in to comment.