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": { "MEMPOOL": {
"ENABLED": false,
"NETWORK": "mainnet", "NETWORK": "mainnet",
"BACKEND": "esplora", "BACKEND": "esplora",
"HTTP_PORT": 8993, "HTTP_PORT": 8993,

View File

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

View File

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