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

@ -728,6 +728,7 @@ class LoadedWallet : androidx.fragment.app.Fragment(), NfcAdapter.ReaderCallback
Blockchain.Cardano -> "cardano"
Blockchain.Ripple -> "ripple"
Blockchain.Binance -> "binance-coin"
Blockchain.BinanceTestNet -> "binance-coin"
else -> {
throw Exception("Can''t get rate for blockchain " + ctx.blockchainName)
}

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