Updated on 2026-08-14

This commit is contained in:
Tangem 2019-12-04 14:00:46 +03:00
parent 1a6257d5a8
commit 1b03750e02
12 changed files with 21 additions and 16 deletions

View file

@ -85,7 +85,7 @@ public class CardanoEngine extends CoinEngine {
@Override
public boolean awaitingConfirmation() {
return false;
return App.pendingTransactionsStorage.hasTransactions(ctx.getCard());
}
@Override