Say payouts go out within a week - #660
Merged
Merged
Conversation
n13
commented
Sep 18, 2026
n13
left a comment
Collaborator
Author
There was a problem hiding this comment.
Reviewer model: GPT 5.6 Sol
Verdict (advisory): Approve
No blocking findings. The timing-copy change is consistent across the confirm, submitted, and already-claimed views; the removed Monday-specific localization symbols have no remaining references, and regenerating localizations reproduces the committed output.
Validation:
git diff --check 11720aa7...f06bee3d— passed.flutter gen-l10nplus a generated-file diff check — passed.- Changed-file
dart format --output=none --set-exit-if-changed— passed (7 files, 0 changes). flutter test test/unit/mining_rewards_confirm_screen_test.dart test/unit/mining_rewards_wallet_screen_test.dart— passed (7 tests).- Repository-wide analysis was stopped at the required 10-second cap; cold-wallet, miner, and SDK analysis completed cleanly before the cap, while mobile-app analysis had started but not completed. The exact-head GitHub
Analyzecheck is successful.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Payout timing copy in the mining rewards flow no longer promises Mondays.
Widget tests updated; analyzer clean.