Fix/lightning tab (#47)
Some checks failed
Build Service / BuildPackage (push) Has been cancelled
Some checks failed
Build Service / BuildPackage (push) Has been cancelled
* only enable lightning tab if configured * update release notes
This commit is contained in:
parent
5f7d71a974
commit
0a2736974d
@ -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}
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user