mirror of
https://github.com/fusion44/blitz_api.git
synced 2026-08-18 12:27:50 +02:00
fix: send installed_app_status correctly for bitcoin only nodes
This commit is contained in:
parent
93aa8a4695
commit
96b3976442
1 changed files with 2 additions and 1 deletions
|
|
@ -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]),
|
||||
]
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue