Skip to content

Commit

Permalink
Merge branch 'feat/refactor-runtype-components' into MX-15315-refacto…
Browse files Browse the repository at this point in the history
…r-sov-runtype-comp-14
  • Loading branch information
axenteoctavian committed Apr 29, 2024
2 parents 4b689b5 + 245b83f commit 2b113fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions factory/runType/runTypeComponents.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ func NewRunTypeComponentsFactory(args ArgsRunTypeComponents) (*runTypeComponents
}, nil
}

// TODO remove the error from the factories where it's possible - MX-15415
// Create creates the runType components
func (rcf *runTypeComponentsFactory) Create() (*runTypeComponents, error) {
blockChainHookHandlerFactory, err := hooks.NewBlockChainHookFactory()
Expand Down

0 comments on commit 2b113fc

Please sign in to comment.