zcash-android-wallet-sdk icon indicating copy to clipboard operation
zcash-android-wallet-sdk copied to clipboard

Analyse and consider use of `retryUpToAndContinue` instead of `retryUpTo`

Open HonzaR opened this issue 1 year ago • 0 comments

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.

HonzaR avatar Jul 20 '23 09:07 HonzaR