From c8f0cf354390af1908b3f99e5621eed8c1fab9ed Mon Sep 17 00:00:00 2001 From: stoffu Date: Tue, 6 Mar 2018 01:19:45 +0900 Subject: Stagenet --- components/DaemonConsole.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components') 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 = "" } } -- cgit v1.2.3