-
Notifications
You must be signed in to change notification settings - Fork 219
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
fix: update transaction status from broadcast if already mined #3101
fix: update transaction status from broadcast if already mined #3101
Conversation
Transaction status was not updated in the broadcast protocol monitoring loop if detected that it was already mined; added the transaction mined to the event publisher.
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.
LGTM
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.
+1
PR queued successfully. Your position in queue is: 1 |
PR failed to merge with reason: Failed due to unknown reason |
PR queued successfully. Your position in queue is: 1 |
PR failed to merge with reason: Ready label was manually removed |
PR queued successfully. Your position in queue is: 1 |
1 similar comment
PR queued successfully. Your position in queue is: 1 |
Description
Updated the transaction status from broadcast if already mined.
Motivation and Context
Transaction status was not updated in the broadcast protocol monitoring loop if detected that it was already mined; added the transaction mined to the event publisher. A wallet restart was required to update the status.
How Has This Been Tested?
Unit testing. Will still monitor in future stress tests.
Checklist:
development
branch.