Updated on 2026-08-14

This commit is contained in:
Tangem 2020-03-30 06:27:38 +00:00
commit bcc13ff243
2 changed files with 2 additions and 3 deletions

View file

@ -189,7 +189,7 @@ public class ServerApiAdalite {
}
private void retryRequest(String method, String wallet, String tx) {
currentURL = adaliteURL2;
// currentURL = adaliteURL2;
requestData(method, wallet, tx, true);
}
}