mirror of
https://github.com/mynodebtc/mynode.git
synced 2025-01-11 19:30:11 +00:00
Fix issue with Bitcoin / LND status when in testnet mode
This commit is contained in:
parent
caa9dabea2
commit
a5bc98c510
|
@ -183,12 +183,14 @@ def initialize_applications():
|
||||||
name="Bitcoin",
|
name="Bitcoin",
|
||||||
short_name="bitcoin",
|
short_name="bitcoin",
|
||||||
app_tile_running_status_text="Running",
|
app_tile_running_status_text="Running",
|
||||||
|
supports_testnet=True,
|
||||||
log_file=get_bitcoin_log_file()
|
log_file=get_bitcoin_log_file()
|
||||||
))
|
))
|
||||||
apps.append(create_application(
|
apps.append(create_application(
|
||||||
name="LND",
|
name="LND",
|
||||||
short_name="lnd",
|
short_name="lnd",
|
||||||
app_tile_running_status_text="Running",
|
app_tile_running_status_text="Running",
|
||||||
|
supports_testnet=True,
|
||||||
))
|
))
|
||||||
apps.append(create_application(
|
apps.append(create_application(
|
||||||
name="Loop",
|
name="Loop",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user