Also loop needs turn off on switching testnet

This commit is contained in:
rootzoll 2020-01-23 13:12:54 +01:00
parent 2f1d01e1e8
commit ae68d11bf0

View file

@ -121,6 +121,9 @@ if [ "${chain}" != "${choice}" ]; then
elif [ "${ElectRS}" = "on" ]; then
dialog --title 'NOTICE' --msgbox 'Please turn off Electrum-Rust-Server FIRST\nbefore changing testnet.' 6 48
exit 1
elif [ "${loop}" = "on" ]; then
dialog --title 'NOTICE' --msgbox 'Please turn off Loop-Service FIRST\nbefore changing testnet.' 6 48
exit 1
else
echo "Testnet Setting changed .."
anychange=1