Fix/lightning tab (#47)
Some checks failed
Build Service / BuildPackage (push) Has been cancelled

* only enable lightning tab if configured

* update release notes
This commit is contained in:
Dominion5254 2025-12-09 08:34:39 -07:00 committed by GitHub
parent 5f7d71a974
commit 0a2736974d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -10,7 +10,9 @@ _term() {
# FRONTEND SETUP
LIGHTNING_DETECTED_PORT=9735
if [ "$(yq e ".lightning.type" /root/start9/config.yaml)" != "none" ]; then
LIGHTNING_DETECTED_PORT=9735
fi
__MEMPOOL_BACKEND_MAINNET_HTTP_HOST__=${BACKEND_MAINNET_HTTP_HOST:=127.0.0.1}
__MEMPOOL_BACKEND_MAINNET_HTTP_PORT__=${BACKEND_MAINNET_HTTP_PORT:=8999}
__MEMPOOL_FRONTEND_HTTP_PORT__=${FRONTEND_HTTP_PORT:=8080}

View File

@ -2,6 +2,7 @@ id: mempool
title: Mempool
version: 3.2.1.3
release-notes: |
* Fix bug where lightning tab appeared even when disabled
* Add Fulcrum as optinal indexer
license: AGPL
wrapper-repo: "https://github.com/Start9Labs/mempool-wrapper"