Skip to content

Commit

Permalink
feat: disabling x daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
IPadawans committed Dec 17, 2024
1 parent 816899c commit 9b9baf0
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 9b9baf0

Please sign in to comment.