Updated on 2026-08-14
This commit is contained in:
parent
14e5cc31e4
commit
17bb23ecfc
2 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue