Qt: remove the 'local watchtower' option from GUI.
It is not realistic to expect Electrum to be used as a watchtower in GUI mode, and possibly counter-productive (may set wrong expectations). A proper watchtower should be configured as a daemon. The documentation will be updated to reflect this change.
This commit is contained in:
@@ -316,7 +316,7 @@ fi
|
||||
|
||||
if [[ $1 == "configure_test_watchtower" ]]; then
|
||||
# carol is the watchtower of bob
|
||||
$carol setconfig -o run_local_watchtower true
|
||||
$carol setconfig -o run_watchtower true
|
||||
$carol setconfig -o watchtower_user wtuser
|
||||
$carol setconfig -o watchtower_password wtpassword
|
||||
$carol setconfig -o watchtower_address 127.0.0.1:12345
|
||||
|
||||
Reference in New Issue
Block a user