Updated on 2026-08-14

This commit is contained in:
Tangem 2019-04-26 14:59:25 +03:00
parent 14e5cc31e4
commit 17bb23ecfc
2 changed files with 2 additions and 1 deletions

View file

@ -453,7 +453,7 @@ public class BinanceEngine extends CoinEngine {
blockchainRequestsCallbacks.onComplete(true);
} catch (Exception e) {
e.printStackTrace();
Log.e(TAG, "FAIL RIPPLE_FEE Exception");
Log.e(TAG, "FAIL Binance balance exception");
ctx.setError(e.getMessage());
blockchainRequestsCallbacks.onComplete(false);
}