diff options
| author | stoffu <stoffu@protonmail.ch> | 2018-03-06 01:19:45 +0900 |
|---|---|---|
| committer | stoffu <stoffu@protonmail.ch> | 2018-03-14 23:26:25 +0900 |
| commit | c8f0cf354390af1908b3f99e5621eed8c1fab9ed (patch) | |
| tree | 4e60f827c875a1222e93d7eb349b4badfd836b2f /components | |
| parent | c5363da1e8ffb2c8f5d9a6fb7fd00485277fc0aa (diff) | |
| download | monzero-gui-c8f0cf354390af1908b3f99e5621eed8c1fab9ed.tar.gz monzero-gui-c8f0cf354390af1908b3f99e5621eed8c1fab9ed.tar.xz monzero-gui-c8f0cf354390af1908b3f99e5621eed8c1fab9ed.zip | |
Stagenet
Diffstat (limited to 'components')
| -rw-r--r-- | components/DaemonConsole.qml | 2 |
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 = "" } } |
