fix: send installed_app_status correctly for bitcoin only nodes

This commit is contained in:
Christoph Stenglein 2024-09-30 15:07:18 +02:00 committed by fusion44
parent 93aa8a4695
commit 96b3976442

View file

@ -328,7 +328,8 @@ async def warmup_new_connections():
*[
_handle(id, SSE.SYSTEM_INFO, res[0]),
_handle(id, SSE.BTC_INFO, res[1]),
_handle(id, SSE.HARDWARE_INFO, res[2]),
_handle(id, SSE.INSTALLED_APP_STATUS, res[2]),
_handle(id, SSE.HARDWARE_INFO, res[3]),
]
)