From 5c8327fa7317f51cd2773787609b77671bdfd51f Mon Sep 17 00:00:00 2001 From: axenteoctavian Date: Wed, 27 Nov 2024 14:58:11 +0200 Subject: [PATCH] fixes after self review --- node/chainSimulator/components/testOnlyProcessingNode.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/chainSimulator/components/testOnlyProcessingNode.go b/node/chainSimulator/components/testOnlyProcessingNode.go index d864dd4519..5760f524b9 100644 --- a/node/chainSimulator/components/testOnlyProcessingNode.go +++ b/node/chainSimulator/components/testOnlyProcessingNode.go @@ -244,7 +244,7 @@ func NewTestOnlyProcessingNode(args ArgsTestOnlyProcessingNode) (*testOnlyProces GenesisNonce: args.InitialNonce, GenesisRound: uint64(args.InitialRound), RunTypeComponents: instance.RunTypeComponents, - RunTypeCoreComponents: runTypeCoreComponents, + EnableEpochsFactory: runTypeCoreComponents.EnableEpochsFactoryCreator(), IncomingHeaderSubscriber: instance.IncomingHeaderSubscriber, }) if err != nil {