forked from Public/monero-gui
Merge pull request #1366
6147d81 Fix use of persistentSettings.testnet to nettype
This commit is contained in:
@@ -287,7 +287,7 @@ Rectangle {
|
||||
if (result) {
|
||||
var parts = result.split("|")
|
||||
if (parts.length == 2) {
|
||||
var address_ok = walletManager.addressValid(parts[1], appWindow.persistentSettings.testnet)
|
||||
var address_ok = walletManager.addressValid(parts[1], appWindow.persistentSettings.nettype)
|
||||
if (parts[0] === "true") {
|
||||
if (address_ok) {
|
||||
addressLine.text = parts[1]
|
||||
|
||||
Reference in New Issue
Block a user