Skip to content

Commit

Permalink
wakunode2.nim: always assign wakunode2.restServer = restServer
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivansete-status committed Apr 24, 2024
1 parent 4744ce9 commit d448dd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/wakunode2/wakunode2.nim
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ when isMainModule:
error "App initialization failed", error = error
quit(QuitFailure)

wakunode2.restServer = restServer

nodeHealthMonitor.setNode(wakunode2.node)

wakunode2.startApp().isOkOr:
Expand Down

0 comments on commit d448dd6

Please sign in to comment.