Updated on 2026-08-14

This commit is contained in:
Tangem 2019-07-26 14:22:48 +03:00
parent 75123c3d4a
commit effe72f480
2 changed files with 34 additions and 3 deletions

View file

@ -138,7 +138,7 @@ public class ServerApiStellar {
});
}
private void doStellarRequest(TangemContext ctx, StellarRequest.Base stellarRequest) throws IOException {
public void doStellarRequest(TangemContext ctx, StellarRequest.Base stellarRequest) throws IOException {
stellarRequest.setError(null);
try {
Server server;