mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-25 05:58:06 +00:00
Fix incorrect status icon for ckbunker
This commit is contained in:
parent
8915246990
commit
402ad89ce5
|
@ -536,7 +536,7 @@ def get_ckbunker_status_and_color():
|
|||
color = "gray"
|
||||
if is_bitcoind_synced():
|
||||
if is_ckbunker_enabled():
|
||||
color = get_service_status_color("lndhub")
|
||||
color = get_service_status_color("ckbunker")
|
||||
else:
|
||||
status = "Waiting on Bitcoin"
|
||||
return status,color
|
||||
|
|
Loading…
Reference in New Issue
Block a user