Enabling mempool in lightning prod

fixes #3579
This commit is contained in:
softsimon 2023-03-27 14:51:34 +09:00
parent 3f8e91bd46
commit 855c11f02c
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7
3 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,5 @@
{
"MEMPOOL": {
"ENABLED": false,
"NETWORK": "mainnet",
"BACKEND": "esplora",
"HTTP_PORT": 8993,

View File

@ -1,6 +1,5 @@
{
"MEMPOOL": {
"ENABLED": false,
"NETWORK": "signet",
"BACKEND": "esplora",
"HTTP_PORT": 8991,

View File

@ -1,6 +1,5 @@
{
"MEMPOOL": {
"ENABLED": false,
"NETWORK": "testnet",
"BACKEND": "esplora",
"HTTP_PORT": 8992,