-
Notifications
You must be signed in to change notification settings - Fork 92
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
When sending ringct the balance is incorrect until rescanringctwallet is done after the tx gets included in a block. #987
Comments
I just had a similar issue, when using |
It's not showing "the fee", when a stealth transaction arrives in a locked wallet, but a placeholder of a satoshi or two. rescanringctwallet will quickly detect the missing amounts. |
Probably the following should be implemented:
|
- When a CT transaction arrives while the wallet is locked (or unlocked for staking only): - Instead of a wrong amount show "Hidden" in the transaction history entry. - In the tooltip of the transaction row show the message "Unlock wallet to see hidden amount". - When the wallet is then unlocked, automatically do a `rescanringctwallet`. - Fix `rescanringctwallet` to properly update corresponding entries in the transaction history GUI. Fixes Veil-Project#922, Veil-Project#987, Veil-Project#668
Every spend left a detected balance that did not account for all of the spent utxos, and which was only corrected after the first confirmation, by doing rescanringctwallet.
(quoted from my comment on an issue recommending that rescanringctwallet be invoked automatically by the wallet at certain times — Issue #922 )
This was noticed when I had a large amount of Veil in RingCT to transfer from an old wallet to a new one.
It occurred in a sending wallet using the new release 1.2.3.1 as well as one running a recent Github Actions master build.
The text was updated successfully, but these errors were encountered: