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
BUGFIX: Error with data when retrieving owner (#35)
`Burn{Checked}` instructions call `check_owner`, which will get the
`Owner`. This ought to be done from the `AccountInfo` type, instead I
was attempting to get it from an `Account` (and also when that `Account`
was actually a `Mint`).
All access to owner in other functions appears sound.
0 commit comments