mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-03 18:17:26 -04:00
Assume untrusted daemon in simple mode
This commit is contained in:
2
main.qml
2
main.qml
@@ -379,7 +379,7 @@ ApplicationWindow {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function isTrustedDaemon() {
|
function isTrustedDaemon() {
|
||||||
return !persistentSettings.useRemoteNode || remoteNodesModel.currentRemoteNode().trusted;
|
return appWindow.walletMode >= 2 && (!persistentSettings.useRemoteNode || remoteNodesModel.currentRemoteNode().trusted);
|
||||||
}
|
}
|
||||||
|
|
||||||
function usefulName(path) {
|
function usefulName(path) {
|
||||||
|
|||||||
Reference in New Issue
Block a user