Updated on 2026-08-14
This commit is contained in:
parent
1a6257d5a8
commit
1b03750e02
12 changed files with 21 additions and 16 deletions
|
|
@ -76,7 +76,7 @@ public class LtcEngine extends BtcEngine {
|
|||
@Override
|
||||
public boolean awaitingConfirmation() {
|
||||
if (coinData == null) return false;
|
||||
return coinData.getBalanceUnconfirmed() != 0;
|
||||
return coinData.getBalanceUnconfirmed() != 0 || App.pendingTransactionsStorage.hasTransactions(ctx.getCard());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue