aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Brydolf <jacob@brydolf.net>2016-10-10 16:37:03 +0200
committerJacob Brydolf <jacob@brydolf.net>2016-10-10 16:37:03 +0200
commitb57175671e7e50bb10a050d25af84436745c8c99 (patch)
tree7690ea681ec9e1ddba5c604c1610d0a78bde5eff
parent053e7c7cdae92659500d01e619f039d4c15ea9d3 (diff)
downloadmonzero-gui-b57175671e7e50bb10a050d25af84436745c8c99.tar.gz
monzero-gui-b57175671e7e50bb10a050d25af84436745c8c99.tar.xz
monzero-gui-b57175671e7e50bb10a050d25af84436745c8c99.zip
fix variable namings
-rw-r--r--main.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.qml b/main.qml
index ac45ed20..bba92f88 100644
--- a/main.qml
+++ b/main.qml
@@ -153,8 +153,8 @@ ApplicationWindow {
if (typeof wizard.settings['wallet'] !== 'undefined') {
console.log("using wizard wallet")
//Set restoreHeight
- if(persistentSettings.restoreHeight > 0){
- restoreHeight = persistentSettings.restoreHeight
+ if(persistentSettings.restore_height > 0){
+ restoreHeight = persistentSettings.restore_height
}
console.log("using wizard wallet")
@@ -445,7 +445,7 @@ ApplicationWindow {
property bool testnet: true
property string daemon_address: "localhost:38081"
property string payment_id
- property int restoreHeight:0
+ property int restore_height:0
}
// TODO: replace with customized popups