forked from Public/monero-gui
wizard: reworked testnet settings
This commit is contained in:
2
main.qml
2
main.qml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user