Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MorningLightMountain713 committed Jan 9, 2025
1 parent 3ef3adb commit 5d03ab5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ZelBack/src/services/fluxService.js
Original file line number Diff line number Diff line change
Expand Up @@ -1646,7 +1646,6 @@ async function streamChainPreparation(req, res) {

// stop services
if (isArcane) {
// these can raise
await serviceHelper.runCommand('systemctl', { runAsRoot: false, params: ['stop', 'flux-watchdog.service', 'fluxd.service'] });
} else {
await serviceHelper.runCommand('systemctl', { runAsRoot: true, params: ['stop', 'zelcash.service'] });
Expand All @@ -1659,8 +1658,6 @@ async function streamChainPreparation(req, res) {
setTimeout(() => {
prepLock = false;

// if streamChain crashes in the first 30 seconds... this will start watchdog twice

if (daemonStartRequired) {
// start services
if (isArcane) {
Expand Down

0 comments on commit 5d03ab5

Please sign in to comment.