Skip to content

Commit 1e6a45f

Browse files
committed
feat: add feature service to hathor cli builder
1 parent aab1716 commit 1e6a45f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hathor_cli/builder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ def create_manager(self, reactor: Reactor) -> HathorManager:
231231
blueprint_service = BlueprintService(
232232
settings=settings,
233233
tx_storage=tx_storage,
234+
feature_service=self.feature_service,
234235
)
235236

236237
assert self.nc_storage_factory is not None

0 commit comments

Comments
 (0)