mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-23 21:18:07 +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",
|
||||
short_name="bitcoin",
|
||||
app_tile_running_status_text="Running",
|
||||
supports_testnet=True,
|
||||
log_file=get_bitcoin_log_file()
|
||||
))
|
||||
apps.append(create_application(
|
||||
name="LND",
|
||||
short_name="lnd",
|
||||
app_tile_running_status_text="Running",
|
||||
supports_testnet=True,
|
||||
))
|
||||
apps.append(create_application(
|
||||
name="Loop",
|
||||
|
|
Loading…
Reference in New Issue
Block a user