Skip to content

Commit

Permalink
Android: useRemoteNode default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinero committed Oct 2, 2022
1 parent aef4a98 commit 6441d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -1395,7 +1395,7 @@ ApplicationWindow {
property bool historyShowAdvanced: false
property bool historyHumanDates: true
property string blockchainDataDir: ""
property bool useRemoteNode: false
property bool useRemoteNode: isAndroid
property string remoteNodeAddress: "" // TODO: drop after v0.17.2.0 release
property string remoteNodesSerialized: JSON.stringify({
selected: 0,
Expand Down

0 comments on commit 6441d99

Please sign in to comment.