You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was not able to reproduce this issue on my local. Can you please post the Anchor.toml and Cargo.toml configurations here? Also would be helpful if you could upload a complete piece of code on which this issue is easily reproducable.I am using Anchor v0.28.0 on my programs just for context.
If we have 2 programs one of them has a account T:
Program1:
And in the second program for the context if I try to do something like:
Program2:
Fails as an option is unwrapped:
The text was updated successfully, but these errors were encountered: