fix electrum sync detection

This commit is contained in:
rootzoll
2019-12-18 15:24:42 +01:00
parent af2cd319b5
commit ef5a21137e

View File

@@ -43,7 +43,7 @@ if [ "$1" = "status" ]; then
else
echo "isSynced=0"
fi
echo "infoSync='Syncing ${syncedToBlock}/${blockchainHeight}'"
echo "infoSync='Syncing / Building Index (please wait)'"
else
echo "isSynced=0"
fi