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

Add UncheckedAccount::account_info #3342

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

juchiast
Copy link

@juchiast juchiast commented Nov 2, 2024

Provide a workaround for lifetime issue. This function returns &'info instead of the shorter lifetime returned by UncheckedAccount::as_ref. For how this is used, see metaplex-foundation/mpl-candy-machine@1553e21 .

Provide a workaround for lifetime issue
Copy link

vercel bot commented Nov 2, 2024

@juchiast is attempting to deploy a commit to the coral-xyz Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Collaborator

@acheroncrypto acheroncrypto left a comment

Choose a reason for hiding this comment

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

Thanks for the PR and the comments on the other issues/PRs!

While it wouldn't hurt to merge this, I think this will mostly be redundant once #3340 gets merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants