mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-12 16:27:26 -04:00
Merge pull request #4051
1215a6eAssume untrusted daemon in simple mode (j-berman)499c2a4qsTr scan tx error (j-berman)3b0e66aDisplay clear error when user scans older tx via untrusted daemon (j-berman)4cd6652Update balance after calling scan_tx (j-berman)
This commit is contained in:
2
main.qml
2
main.qml
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user