Merge pull request #918

80618c8 wizard: reworked testnet settings
This commit is contained in:
luigi1111
2017-10-23 14:29:52 -05:00
6 changed files with 23 additions and 80 deletions

View File

@@ -880,7 +880,7 @@ ApplicationWindow {
property bool allow_background_mining : false
property bool miningIgnoreBattery : true
property bool testnet: false
property string daemon_address: "localhost:18081"
property string daemon_address: testnet ? "localhost:28081" : "localhost:18081"
property string payment_id
property int restore_height : 0
property bool is_recovering : false