Skip to content
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

tapgarden: check for ErrProofNotFound when checking for local proof file #862

Merged
merged 1 commit into from
Mar 31, 2024

Conversation

Roasbeef
Copy link
Member

Otherwise, as lookupProofFilePath will return an error if the file isn't found (which wraps proof.ErrProofNotFound), then the custodian will potentially fail to start up.

Otherwise, as `lookupProofFilePath` will return an error if the file
isn't found (which wraps `proof.ErrProofNotFound`), then the custodian
will potentially fail to start up.
@jharveyb jharveyb self-requested a review March 29, 2024 17:29
Copy link
Contributor

@jharveyb jharveyb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, from a cursory look I don't think we need a similar change elsewhere for HasProof at least.

@dstadulis dstadulis removed the request for review from ffranr March 31, 2024 18:08
@dstadulis dstadulis added this pull request to the merge queue Mar 31, 2024
Merged via the queue into lightninglabs:main with commit 09095d0 Mar 31, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

4 participants