Rename TRANSACTION_INDEXING to CPFP_INDEXING and add to mainnet prod config
This commit is contained in:
@@ -40,7 +40,7 @@ describe('Mempool Backend Config', () => {
|
||||
POOLS_JSON_URL: 'https://raw.githubusercontent.com/mempool/mining-pools/master/pools.json',
|
||||
ADVANCED_GBT_AUDIT: false,
|
||||
ADVANCED_GBT_MEMPOOL: false,
|
||||
TRANSACTION_INDEXING: false,
|
||||
CPFP_INDEXING: false,
|
||||
});
|
||||
|
||||
expect(config.ELECTRUM).toStrictEqual({ HOST: '127.0.0.1', PORT: 3306, TLS_ENABLED: true });
|
||||
|
||||
Reference in New Issue
Block a user