preparations for background mining

requires #1827
This commit is contained in:
Jaquee
2017-03-02 15:44:37 +01:00
parent 988e299290
commit 223f09dc94
5 changed files with 50 additions and 5 deletions

View File

@@ -818,6 +818,7 @@ ApplicationWindow {
property bool auto_donations_enabled : false
property int auto_donations_amount : 50
property bool allow_background_mining : false
property bool miningIgnoreBattery : true
property bool testnet: false
property string daemon_address: "localhost:18081"
property string payment_id
@@ -857,7 +858,7 @@ ApplicationWindow {
return;
} else
handleTransactionConfirmed()
}
}
}
StandardDialog {