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

[SDK audit] Recommendation: `checkFor3Digits()` does not check the last digit grouping

Open HonzaR opened this issue 10 months ago • 0 comments

Is your feature request related to a problem? Please describe.

Screenshot 2024-04-23 at 14 11 30

Describe the solution you'd like

Kotlin’s until is exclusive, so this does not check that the last group, whose index is groups.size - 1, contains three digits.

Alternatives you've considered

Additional context

HonzaR avatar Apr 23 '24 12:04 HonzaR