aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorstoffu <stoffu@protonmail.ch>2018-03-06 01:19:45 +0900
committerstoffu <stoffu@protonmail.ch>2018-03-14 23:26:25 +0900
commitc8f0cf354390af1908b3f99e5621eed8c1fab9ed (patch)
tree4e60f827c875a1222e93d7eb349b4badfd836b2f /components
parentc5363da1e8ffb2c8f5d9a6fb7fd00485277fc0aa (diff)
downloadmonzero-gui-c8f0cf354390af1908b3f99e5621eed8c1fab9ed.tar.gz
monzero-gui-c8f0cf354390af1908b3f99e5621eed8c1fab9ed.tar.xz
monzero-gui-c8f0cf354390af1908b3f99e5621eed8c1fab9ed.zip
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 = ""
}
}