Merge pull request #1161

c8f0cf3 Stagenet
This commit is contained in:
luigi1111
2018-03-26 12:57:14 -05:00
22 changed files with 161 additions and 112 deletions

View File

@@ -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 = ""
}
}