Fix issue with Bitcoin / LND status when in testnet mode

This commit is contained in:
Taylor Helsper 2021-07-04 22:04:43 -05:00
parent caa9dabea2
commit a5bc98c510

View File

@ -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",