-
Notifications
You must be signed in to change notification settings - Fork 38.7k
qt: Remove unused adjustedTime parameter
#14554
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
Conversation
|
utACK cfc55edb6ae7bc49b4df38954fc434ffa831b78f Nice find @hebasto! Thanks for cleaning this up. |
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
|
Concept ACK, however it looks like the changes could be more comprehensive. The remaining uses of
Of which, it looks like the usage of |
|
@practicalswift, @fanquake Thank you for your reviews. @fanquake's comment has been addressed. Please re-review. |
|
utACK 58fbed1 Can you squash 58fbed1 into cfc55ed, and prefix the commit message with |
qt: After merging bitcoin#13622 the `adjustedTime` is not used any more in wallet related functions.
58fbed1 to
04972fe
Compare
|
@fanquake Done. |
|
re-utACK 04972fe |
ken2812221
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK 04972fe
|
utACK 04972fe. |
04972fe Remove unused `adjustedTime` parameter (Hennadii Stepanov) Pull request description: After merging #13622 the `adjustedTime` parameter in the `updateStatus` function is unused. Tree-SHA512: 1d0e03e7343f076ee0032fb721f8ba50571d579958001aab372a43e45b4de24c2bf3bd18c245071cbd69f61ef38182e19666c6f936d55c9085b73c848ba62626
04972fe Remove unused `adjustedTime` parameter (Hennadii Stepanov) Pull request description: After merging bitcoin#13622 the `adjustedTime` parameter in the `updateStatus` function is unused. Tree-SHA512: 1d0e03e7343f076ee0032fb721f8ba50571d579958001aab372a43e45b4de24c2bf3bd18c245071cbd69f61ef38182e19666c6f936d55c9085b73c848ba62626 # Conflicts: # src/interfaces/wallet.cpp # src/interfaces/wallet.h # src/qt/transactionrecord.cpp # src/qt/transactionrecord.h # src/qt/transactiontablemodel.cpp
After merging #13622 the
adjustedTimeparameter in theupdateStatusfunction is unused.