mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-12 08:29:16 +00:00
Change 'electrs...' to 'Electrum...' in the UI. (#461)
This commit is contained in:
parent
d171b6982d
commit
6a2c0caa42
|
@ -563,7 +563,7 @@ def get_btcrpcexplorer_status_and_color_and_ready():
|
|||
ready = True
|
||||
else:
|
||||
color = "yellow"
|
||||
status = "Waiting on electrs..."
|
||||
status = "Waiting on Electrum..."
|
||||
else:
|
||||
color = "yellow"
|
||||
status = "Waiting on bitcoin..."
|
||||
|
|
|
@ -34,7 +34,7 @@ def get_dojo_status():
|
|||
dojo_status = "Running"
|
||||
dojo_status_color = "green"
|
||||
else:
|
||||
dojo_status = "Waiting on electrs..."
|
||||
dojo_status = "Waiting on Electrum..."
|
||||
dojo_status_color = "yellow"
|
||||
else:
|
||||
dojo_status = "Issue Starting"
|
||||
|
|
Loading…
Reference in New Issue
Block a user