mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-03 14:37:25 -04:00
fix variable namings
This commit is contained in:
6
main.qml
6
main.qml
@@ -153,8 +153,8 @@ ApplicationWindow {
|
|||||||
if (typeof wizard.settings['wallet'] !== 'undefined') {
|
if (typeof wizard.settings['wallet'] !== 'undefined') {
|
||||||
console.log("using wizard wallet")
|
console.log("using wizard wallet")
|
||||||
//Set restoreHeight
|
//Set restoreHeight
|
||||||
if(persistentSettings.restoreHeight > 0){
|
if(persistentSettings.restore_height > 0){
|
||||||
restoreHeight = persistentSettings.restoreHeight
|
restoreHeight = persistentSettings.restore_height
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log("using wizard wallet")
|
console.log("using wizard wallet")
|
||||||
@@ -445,7 +445,7 @@ ApplicationWindow {
|
|||||||
property bool testnet: true
|
property bool testnet: true
|
||||||
property string daemon_address: "localhost:38081"
|
property string daemon_address: "localhost:38081"
|
||||||
property string payment_id
|
property string payment_id
|
||||||
property int restoreHeight:0
|
property int restore_height:0
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: replace with customized popups
|
// TODO: replace with customized popups
|
||||||
|
|||||||
Reference in New Issue
Block a user