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
One annoying thing about this is that, because there are many gov program ids, we need to generate a new Realm type for each gov program like we do with vote_weight_record!, so that it has the correct owner pubkey.
If we add a
Realm
deserializer to theanchor_spl
crate, we can move this check to the#[derive(Accounts)]
context.Low priority but would be nice to not use an
UncheckedAccount
.The text was updated successfully, but these errors were encountered: