diff --git a/lib/g1/api.dart b/lib/g1/api.dart index c9322a5350383af91eea8adce352a0354b976808..0ccec6210f0915b863cc91b123543696887820f3 100644 --- a/lib/g1/api.dart +++ b/lib/g1/api.dart @@ -425,10 +425,10 @@ Future<http.Response> _requestWithRetry( Future<String> pay( {required String to, required double amount, String? comment}) async { final List<Node> nodes = nodesWorkingList(NodeType.gva); - // reorder list to use others if (nodes.isNotEmpty) { + // reorder list to use others // nodes.shuffle(); - // no hay Retry? + // TODO(vjrj) implement some retry if some error arises? try { final String node = nodes.first.url; final Gva gva = Gva(node: node);