-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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: getMsgInfo returns an ErrNotFound when there are no rows #12680
Conversation
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.
Please update the PR title to match https://github.com/filecoin-project/lotus/blob/master/CONTRIBUTING.md#pr-title-conventions
PR title now matches the required format.
@rvagg I have done a string comparison to check for the error and return |
@rvagg I just ran |
Opened a PR for that flaky test @ #12712 |
Related Issues
Closes #12674
Proposed Changes
GetMsgInfo returns an ErrNotFound when there are no rows.
Checklist