Skip to content

Commit b648568

Browse files
committed
enable by default print header
1 parent bf35753 commit b648568

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node/chainSimulator/components/coreComponents.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ func CreateCoreComponents(args ArgsCoreComponentsHolder) (*coreComponentsHolder,
335335
args.Config.GeneralSettings.EpochStartConfigsByRound,
336336
args.Config.GeneralSettings.ConsensusConfigsByEpoch,
337337
args.Config.GeneralSettings.ConsensusConfigsByRound,
338-
args.PrintPrettifiedHeader,
338+
true,
339339
)
340340
if err != nil {
341341
return nil, err

0 commit comments

Comments
 (0)