diff --git a/node/chainSimulator/components/coreComponents.go b/node/chainSimulator/components/coreComponents.go index 8eb48d96c3..e6a0756146 100644 --- a/node/chainSimulator/components/coreComponents.go +++ b/node/chainSimulator/components/coreComponents.go @@ -335,7 +335,7 @@ func CreateCoreComponents(args ArgsCoreComponentsHolder) (*coreComponentsHolder, args.Config.GeneralSettings.EpochStartConfigsByRound, args.Config.GeneralSettings.ConsensusConfigsByEpoch, args.Config.GeneralSettings.ConsensusConfigsByRound, - args.PrintPrettifiedHeader, + true, ) if err != nil { return nil, err