Updated on 2026-08-14

This commit is contained in:
Tangem 2019-09-16 18:00:07 +03:00
parent 50d58c326d
commit 8776b23e97
18 changed files with 92 additions and 55 deletions

View file

@ -641,11 +641,7 @@ public class BtcEngine extends CoinEngine {
Log.e(TAG, "FAIL BLOCKCYPHER_ADDRESS Exception");
}
if (serverApiBlockcypher.isRequestsSequenceCompleted()) {
checkPending(blockchainRequestsCallbacks);
} else {
blockchainRequestsCallbacks.onProgress();
}
checkPending(blockchainRequestsCallbacks);
}
public void onSuccess(String method, BlockcypherFee blockcypherFee) {