mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 14:22:44 +01:00
fix: wrong merge of forensics.service.ts
This commit is contained in:
parent
d0bb186859
commit
7d92a02a7f
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,8 @@ class ForensicsService {
|
||||||
└──────────────────┘
|
└──────────────────┘
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
public async $runClosedChannelsForensics(onlyNewChannels: boolean = false): Promise<void> {
|
||||||
|
// Only Esplora backend can retrieve spent transaction outputs
|
||||||
if (config.MEMPOOL.BACKEND !== 'esplora' && indexer.isCoreIndexReady('txospenderindex') !== null) {
|
if (config.MEMPOOL.BACKEND !== 'esplora' && indexer.isCoreIndexReady('txospenderindex') !== null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue