aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2018-03-26 12:57:14 -0500
committerluigi1111 <luigi1111w@gmail.com>2018-03-26 12:57:14 -0500
commite4d75c6680bb3ed7bccdf00e8e319b25b6a7be21 (patch)
tree593b10a28ca322ae36d582df236663f7e2a3f681 /components
parent278458bb646cbb0d4361106cff424807812e5bda (diff)
parentc8f0cf354390af1908b3f99e5621eed8c1fab9ed (diff)
downloadmonzero-gui-e4d75c6680bb3ed7bccdf00e8e319b25b6a7be21.tar.gz
monzero-gui-e4d75c6680bb3ed7bccdf00e8e319b25b6a7be21.tar.xz
monzero-gui-e4d75c6680bb3ed7bccdf00e8e319b25b6a7be21.zip
Merge pull request #1161
c8f0cf3 Stagenet
Diffstat (limited to 'components')
-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 = ""
}
}