Skip to content

Commit

Permalink
Merge pull request mbg033#42
Browse files Browse the repository at this point in the history
b571756 fix variable namings (Jacob Brydolf)
  • Loading branch information
fluffypony committed Oct 10, 2016
2 parents 053e7c7 + b571756 commit 0e1f224
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0e1f224

Please sign in to comment.