Rename TRANSACTION_INDEXING to CPFP_INDEXING and add to mainnet prod config

This commit is contained in:
Mononaut
2022-12-28 05:28:37 -06:00
parent 17a34fef0c
commit 105ca296e2
7 changed files with 9 additions and 8 deletions

View File

@@ -190,7 +190,7 @@ export class Common {
static cpfpIndexingEnabled(): boolean {
return (
Common.indexingEnabled() &&
config.MEMPOOL.TRANSACTION_INDEXING === true
config.MEMPOOL.CPFP_INDEXING === true
);
}