Merge pull request #3831

bf324ec bug: reset wallet path on network change (reemuru)
This commit is contained in:
luigi1111 2022-03-02 19:04:08 -05:00
commit 14383a1922
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -213,6 +213,7 @@ Rectangle {
}
appWindow.disconnectRemoteNode()
networkTypeDropdown.currentIndex = Qt.binding(function() { return persistentSettings.nettype });
persistentSettings.wallet_path = ""
}
}