zcash-android-wallet-sdk
zcash-android-wallet-sdk copied to clipboard
Analyse and consider use of `retryUpToAndContinue` instead of `retryUpTo`
Describe the issue
We'd like to check and consider the use of the retryUpToAndContinue
function instead of retryUpTo
in several occurrences in CompactblockProcessor
, as the second one is terminating the general sync blocks retry loop.
Any extra information
We already have the retryUpToAndContinue
function added as part of the latest change sin https://github.com/zcash/zcash-android-wallet-sdk/pull/1116.