-
Notifications
You must be signed in to change notification settings - Fork 220
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
[Wallet] One sided mined at timestamp is incorrect #5167
Labels
A-wallet
Area - related to the wallet
C-bug
Category - fixes a bug, typically associated with an issue.
E-good_first_issue
Experience Level - Good for newcomers
Comments
SWvheerden
added
C-bug
Category - fixes a bug, typically associated with an issue.
A-wallet
Area - related to the wallet
labels
Feb 7, 2023
SWvheerden
changed the title
[Wallet] One sided mined at timestamp is correct
[Wallet] One sided mined at timestamp is incorrect
Feb 13, 2023
@stringhandler I'm on Arch Linux. How can I display the icon same as @SWvheerden's screen for |
@hnidoaht-101 your terminal should support emojis. |
4 tasks
Open PR with a fix for this: #5443 |
SWvheerden
pushed a commit
that referenced
this issue
Jun 7, 2023
Description --- We were passing 0 every time when we should have been using the mined at timestamp. Motivation and Context --- Once unconfirmed one sided transactions had been confirmed we were dropping the proper mined at timestamp. How Has This Been Tested? --- Locally with one sided, and one sided stealth transactions between local wallets on igor. What process can a PR reviewer use to test or verify this change? --- Receive a one sided TX, and validate the mined at timestamp is present once confirmed. Closes: #5167 <!-- Checklist --> <!-- 1. Is the title of your PR in the form that would make nice release notes? The title, excluding the conventional commit tag, will be included exactly as is in the CHANGELOG, so please think about it carefully. --> Breaking Changes --- - [x] None - [ ] Requires data directory on base node to be deleted - [ ] Requires hard fork - [ ] Other - Please specify <!-- Does this include a breaking change? If so, include this line as a footer --> <!-- BREAKING CHANGE: Description what the user should do, e.g. delete a database, resync the chain -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-wallet
Area - related to the wallet
C-bug
Category - fixes a bug, typically associated with an issue.
E-good_first_issue
Experience Level - Good for newcomers
The detected mined at the timestamp should be the block time and not unix epoch.
The text was updated successfully, but these errors were encountered: