Disable mempool config

fixes #2090
This commit is contained in:
softsimon
2022-08-23 20:25:29 +04:00
parent 5f87cc6d37
commit b31642e554
3 changed files with 30 additions and 20 deletions

View File

@@ -2,6 +2,7 @@
"MEMPOOL": {
"NETWORK": "mainnet",
"BACKEND": "electrum",
"ENABLED": true,
"HTTP_PORT": 8999,
"SPAWN_CLUSTER_PROCS": 0,
"API_URL_PREFIX": "/api/v1/",