mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 02:11:49 +01:00
Update backend/src/tasks/lightning/forensics.service.ts
This commit is contained in:
parent
0d797ff7fd
commit
7de068368c
@ -61,7 +61,7 @@ class ForensicsService {
|
||||
*/
|
||||
|
||||
public async $runClosedChannelsForensics(onlyNewChannels: boolean = false): Promise<void> {
|
||||
if (!config.ESPLORA.REST_API_URL) {
|
||||
if (config.MEMPOOL.BACKEND !== 'esplora') {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user