Updated on 2026-08-14
This commit is contained in:
parent
1a6257d5a8
commit
1b03750e02
12 changed files with 21 additions and 16 deletions
|
|
@ -6,6 +6,7 @@ import android.util.Log;
|
|||
|
||||
import com.fasterxml.jackson.core.JsonProcessingException;
|
||||
import com.google.gson.Gson;
|
||||
import com.tangem.App;
|
||||
import com.tangem.Constant;
|
||||
import com.tangem.data.Blockchain;
|
||||
import com.tangem.data.network.ServerApiEos;
|
||||
|
|
@ -86,7 +87,7 @@ public class EosEngine extends CoinEngine {
|
|||
|
||||
@Override
|
||||
public boolean awaitingConfirmation() {
|
||||
return false;
|
||||
return App.pendingTransactionsStorage.hasTransactions(ctx.getCard());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue