show txindex info

This commit is contained in:
rootzoll 2020-06-29 04:46:41 +02:00
parent 0cd12993b4
commit ae68f8f8e8

View File

@ -24,7 +24,7 @@ if [ "$1" = "menu" ]; 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.
${indexInfo}
This can take multiple hours.
" 9 48
exit 0