Skip to content

Commit

Permalink
Update worker.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
GalaxySciTech committed Sep 12, 2023
1 parent ce84baa commit 9d76590
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/conntroller/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ export class Worker {
this.logger.info(`Current smart contract mode ${mode}`);
if (mode == "lite") {
this.liteCron.stop();

while (!(await this.liteBootstrap())) {
await sleep(this.config.reBootstrapWaitingTime);
}
Expand Down

0 comments on commit 9d76590

Please sign in to comment.