mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-01 08:28:20 +02:00
improve txindex detection
This commit is contained in:
parent
740bb4e7c9
commit
0cd12993b4
@ -21,7 +21,7 @@ if [ "$1" = "menu" ]; then
|
||||
source <(sudo /home/admin/config.scripts/bonus.btc-rpc-explorer.sh status)
|
||||
|
||||
# check if index is ready
|
||||
if [ ${isIndexed} -eq 0 ]; then
|
||||
if [ "${isIndexed}" == "0" ]; then
|
||||
dialog --title " Blockchain Index Not Ready " --msgbox "
|
||||
The Blockchain Index is still getting build.
|
||||
Please wait and try again later.
|
||||
|
Loading…
x
Reference in New Issue
Block a user