don't rely on blocks table for cpfp indexing progress

This commit is contained in:
Mononaut
2023-01-05 13:02:53 -06:00
parent b07781ef98
commit 3ff2a1b9dd
3 changed files with 24 additions and 8 deletions

View File

@@ -806,7 +806,6 @@ class Blocks {
ancestors[vin.txid] = true;
});
}
await blocksRepository.$setCPFPIndexed(hash);
}
}