aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardSummary.qml
diff options
context:
space:
mode:
Diffstat (limited to 'wizard/WizardSummary.qml')
-rw-r--r--wizard/WizardSummary.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizard/WizardSummary.qml b/wizard/WizardSummary.qml
index 840ee971..de3c60ec 100644
--- a/wizard/WizardSummary.qml
+++ b/wizard/WizardSummary.qml
@@ -65,10 +65,10 @@ ColumnLayout {
}
WizardSummaryItem {
- visible: persistentSettings.remoteNodeAddress !== "" && appWindow.walletMode == 0
+ visible: remoteNodesModel.currentRemoteNode().address !== "" && appWindow.walletMode == 0
Layout.fillWidth: true
header: qsTr("Daemon address") + translationManager.emptyString
- value: persistentSettings.remoteNodeAddress
+ value: remoteNodesModel.currentRemoteNode().address
}
WizardSummaryItem {