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
Identifies access of an account without calling reload() after a CPI.
Why is this bad?
After a CPI, deserialized accounts do not have their data updated automatically.
Accessing them without calling reload may lead to stale data being loaded.