-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Desktop] - contributed amount has gone over the wallet balance #10442
Comments
@GeetaSarvadnya is this one specific to 1.11 or can you reproduce it on 1.10 as well? |
@NejcZdovc Yup, it's happening only in 1.11.x. Not in 1.10.x |
@NejcZdovc I looked at @GeetaSarvadnya DB and her recurring tips for ddg (1 BAT each, 2 BAT total) were not in the |
Not able to reproduce on macOS using
Step 10: wallet summary displays as expected: Step 11 here's my Step 13: wallet summary displays as expected (note, 24 BAT for AC not 26 like @GeetaSarvadnya ) Here are my |
@GeetaSarvadnya so this is 100% reproducible for you? |
@NejcZdovc Yes, I tried 2times both times issue was reproduced. |
So far I've not been able to reproduce on master (macOS). |
@GeetaSarvadnya could you try on latest Nightly and see if this still reproduces for you? |
Moving this out as it's too late for |
@GeetaSarvadnya is this still a problem on 1.12/1.13? |
Description
The contributed amount has gone over the wallet balance
Steps to Reproduce
brave.exe --enable-logging --vmodule="*/bat-native-ads/*"=6,"*/bat-native-confirmations/*"=6,"*/bat-native-ledger/*"=6 --rewards=staging=true,reconcile-interval=3,short-retries=true
7 BAT
instead of6 BAT
unblinded_tokens
table, recurring tip for DDG is not being contributed as redeem_id is not present in unblinded_tokens table32 BAT
- Not sure why 2 BAT extra got contributed when wallet balance is only 30 BAT.Note: Please let me know if you need DB file or profile for further investigation I can share the profile in DM
Actual result:
The contributed amount has gone over the wallet balance
![image (3)](https://user-images.githubusercontent.com/38657976/85594255-632bfa00-b665-11ea-9aad-462916a868c4.png)
Expected result:
the contributed amount shouldn't go over the wallet balance
Reproduces how often:
Always
Brave version (brave://version info)
Version/Channel Information:
Other Additional Information:
Miscellaneous Information:
cc: @brave/legacy_qa @NejcZdovc @rebron
The text was updated successfully, but these errors were encountered: