Skip to content

Commit

Permalink
feat: enabling x daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
IPadawans committed Dec 17, 2024
1 parent 2f762f9 commit 46d5959
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ object DaemonApis {
spawnWalletCreationDaemon(config, signer, calculatedStateService) >>
spawnInflowTransactionsDaemon(config, signer, calculatedStateService) >>
spawnOutflowTransactionsDaemon(config, signer, calculatedStateService) >>
spawnIntegrationnetNodesOperatorsDaemon(config, signer, calculatedStateService)
// spawnXDaemon(config, signer, calculatedStateService) >>
spawnIntegrationnetNodesOperatorsDaemon(config, signer, calculatedStateService) >>
spawnXDaemon(config, signer, calculatedStateService)
// spawnYouTubeDaemon(config, signer, calculatedStateService)
}
}
Expand Down

0 comments on commit 46d5959

Please sign in to comment.