diff options
| author | j-berman <justinberman@protonmail.com> | 2022-10-29 14:23:13 -0500 |
|---|---|---|
| committer | j-berman <justinberman@protonmail.com> | 2022-10-29 14:25:20 -0500 |
| commit | 1215a6e5d88bf300c672c6f622982ee45f410d31 (patch) | |
| tree | f34bbdf6c0b8771d4c725c1962465ab9b30ed33c /main.qml | |
| parent | 499c2a47fcf0aac6698a35ea30907f381c459776 (diff) | |
| download | monzero-gui-1215a6e5d88bf300c672c6f622982ee45f410d31.tar.gz monzero-gui-1215a6e5d88bf300c672c6f622982ee45f410d31.tar.xz monzero-gui-1215a6e5d88bf300c672c6f622982ee45f410d31.zip | |
Assume untrusted daemon in simple mode
Diffstat (limited to 'main.qml')
| -rw-r--r-- | main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -379,7 +379,7 @@ ApplicationWindow { } function isTrustedDaemon() { - return !persistentSettings.useRemoteNode || remoteNodesModel.currentRemoteNode().trusted; + return appWindow.walletMode >= 2 && (!persistentSettings.useRemoteNode || remoteNodesModel.currentRemoteNode().trusted); } function usefulName(path) { |
