File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ _term() {
1010
1111# FRONTEND SETUP
1212
13- LIGHTNING_DETECTED_PORT=9735
13+ if [ " $( yq e " .lightning.type" /root/start9/config.yaml) " != " none" ]; then
14+ LIGHTNING_DETECTED_PORT=9735
15+ fi
1416__MEMPOOL_BACKEND_MAINNET_HTTP_HOST__=${BACKEND_MAINNET_HTTP_HOST:= 127.0.0.1}
1517__MEMPOOL_BACKEND_MAINNET_HTTP_PORT__=${BACKEND_MAINNET_HTTP_PORT:= 8999}
1618__MEMPOOL_FRONTEND_HTTP_PORT__=${FRONTEND_HTTP_PORT:= 8080}
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ id: mempool
22title : Mempool
33version : 3.2.1.3
44release-notes : |
5+ * Fix bug where lightning tab appeared even when disabled
56 * Add Fulcrum as optinal indexer
67license : AGPL
78wrapper-repo : " https://github.com/Start9Labs/mempool-wrapper"
You can’t perform that action at this time.
0 commit comments