Skip to content

Commit

Permalink
fixes after self review
Browse files Browse the repository at this point in the history
  • Loading branch information
axenteoctavian committed Nov 27, 2024
1 parent 3ecac02 commit 5c8327f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/chainSimulator/components/testOnlyProcessingNode.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5c8327f

Please sign in to comment.