aboutsummaryrefslogtreecommitdiff
path: root/components/DaemonConsole.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/DaemonConsole.qml')
-rw-r--r--components/DaemonConsole.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/DaemonConsole.qml b/components/DaemonConsole.qml
index 4a8628c3..8bcd8a23 100644
--- a/components/DaemonConsole.qml
+++ b/components/DaemonConsole.qml
@@ -128,7 +128,7 @@ Window {
placeholderText: qsTr("command + enter (e.g help)") + translationManager.emptyString
onAccepted: {
if(text.length > 0)
- daemonManager.sendCommand(text,currentWallet.testnet);
+ daemonManager.sendCommand(text,currentWallet.nettype);
text = ""
}
}