Updated on 2026-08-14

This commit is contained in:
Tangem 2020-03-23 19:57:22 +03:00
parent fcf04d9602
commit dbf2378aca

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);
}
}