mirror of
https://github.com/mempool/mempool.git
synced 2025-04-13 22:39:20 +02:00
Merge pull request #3181 from mempool/nymkappa/run-forensics-last
Run ln forensics last
This commit is contained in:
commit
13db2626b0
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user