Updated on 2026-08-14
This commit is contained in:
parent
6b018d8e94
commit
1c33e32e60
2 changed files with 2 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ public class BinanceAssetEngine extends CoinEngine {
|
|||
} else if (awaitingConfirmation()) {
|
||||
ctx.setMessage(R.string.loaded_wallet_message_wait);
|
||||
} else if (coinData.getBalance() == null || coinData.getBalance().isZero()) {
|
||||
ctx.setMessage(ctx.getString(R.string.confirm_transaction_error_not_enough_eth_for_fee));
|
||||
ctx.setMessage(ctx.getString(R.string.confirm_transaction_error_not_enough_bnb_for_fee));
|
||||
} else {
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue