wizard: reworked testnet settings

This commit is contained in:
Jaquee
2017-10-23 19:49:57 +02:00
parent ea49e84215
commit 80618c83fd
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