From 855c11f02cef26b3d1cc05761f49d670146b31ae Mon Sep 17 00:00:00 2001 From: softsimon Date: Mon, 27 Mar 2023 14:51:34 +0900 Subject: [PATCH] Enabling mempool in lightning prod fixes #3579 --- production/mempool-config.mainnet-lightning.json | 1 - production/mempool-config.signet-lightning.json | 1 - production/mempool-config.testnet-lightning.json | 1 - 3 files changed, 3 deletions(-) diff --git a/production/mempool-config.mainnet-lightning.json b/production/mempool-config.mainnet-lightning.json index 5bcadc584..8f3424a52 100644 --- a/production/mempool-config.mainnet-lightning.json +++ b/production/mempool-config.mainnet-lightning.json @@ -1,6 +1,5 @@ { "MEMPOOL": { - "ENABLED": false, "NETWORK": "mainnet", "BACKEND": "esplora", "HTTP_PORT": 8993, diff --git a/production/mempool-config.signet-lightning.json b/production/mempool-config.signet-lightning.json index df80720f9..cb084f905 100644 --- a/production/mempool-config.signet-lightning.json +++ b/production/mempool-config.signet-lightning.json @@ -1,6 +1,5 @@ { "MEMPOOL": { - "ENABLED": false, "NETWORK": "signet", "BACKEND": "esplora", "HTTP_PORT": 8991, diff --git a/production/mempool-config.testnet-lightning.json b/production/mempool-config.testnet-lightning.json index adc5c04da..ae998d2cc 100644 --- a/production/mempool-config.testnet-lightning.json +++ b/production/mempool-config.testnet-lightning.json @@ -1,6 +1,5 @@ { "MEMPOOL": { - "ENABLED": false, "NETWORK": "testnet", "BACKEND": "esplora", "HTTP_PORT": 8992,