Skip to content
Snippets Groups Projects
Commit bf426462 authored by vjrj's avatar vjrj
Browse files

Proxy enabled again

parent 8bb54ad6
No related branches found
No related tags found
No related merge requests found
...@@ -456,7 +456,7 @@ Future<String> pay( ...@@ -456,7 +456,7 @@ Future<String> pay(
return output; return output;
} }
String getGvaNode([bool useProxy = false]) { String getGvaNode([bool useProxy = true]) {
final List<Node> nodes = nodesWorkingList(NodeType.gva); final List<Node> nodes = nodesWorkingList(NodeType.gva);
if (nodes.isNotEmpty) { if (nodes.isNotEmpty) {
// reorder list to use others // reorder list to use others
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment