Merge branch 'master' into nymkappa/configurable-timeout

This commit is contained in:
wiz
2023-03-20 17:38:40 +09:00
committed by GitHub
15 changed files with 64 additions and 75 deletions

View File

@@ -42,6 +42,7 @@ describe('Mempool Backend Config', () => {
ADVANCED_GBT_MEMPOOL: false,
CPFP_INDEXING: false,
MAX_BLOCKS_BULK_QUERY: 0,
DISK_CACHE_BLOCK_INTERVAL: 6,
});
expect(config.ELECTRUM).toStrictEqual({ HOST: '127.0.0.1', PORT: 3306, TLS_ENABLED: true });