Merge pull request #3181 from mempool/nymkappa/run-forensics-last

Run ln forensics last
This commit is contained in:
softsimon
2023-03-02 14:21:25 +09:00
committed by GitHub

View File

@@ -206,8 +206,8 @@ class Server {
try {
await fundingTxFetcher.$init();
await networkSyncService.$startService();
await forensicsService.$startService();
await lightningStatsUpdater.$startService();
await forensicsService.$startService();
} catch(e) {
logger.err(`Nodejs lightning backend crashed. Restarting in 1 minute. Reason: ${(e instanceof Error ? e.message : e)}`);
await Common.sleep$(1000 * 60);