We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/coral-xyz/anchor/blame/72c7e09538f38fa98de56caeee6e8c030c8b66b2/ts/packages/anchor/src/program/accounts-resolver.ts#L337
Ambiguous error
but when I added console.error to the catch block, the actual error is
console.error
The text was updated successfully, but these errors were encountered:
Thanks for creating the issue. This indeed looks like a problem, but it's a bit tricky to solve because of the issue mentioned above the try block:
try
anchor/ts/packages/anchor/src/program/accounts-resolver.ts
Lines 316 to 319 in 72c7e09
To solve this problem, we can:
Related: you should at least get which account has the resolution issue after #3207.
Sorry, something went wrong.
No branches or pull requests
https://github.com/coral-xyz/anchor/blame/72c7e09538f38fa98de56caeee6e8c030c8b66b2/ts/packages/anchor/src/program/accounts-resolver.ts#L337
Ambiguous error
but when I added
console.error
to the catch block, the actual error isThe text was updated successfully, but these errors were encountered: