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
Currently the accounts context requires taking ownership of a clone of an account info. This is less efficient and particularly wasteful w.r.t. stack size.
The text was updated successfully, but these errors were encountered:
AccountInfos of the wrapper types are now references(#2656) but it's not reference for AccountInfo itself because derive proc macro doesn't allow changing the owned type to a reference.
Currently the accounts context requires taking ownership of a clone of an account info. This is less efficient and particularly wasteful w.r.t. stack size.
The text was updated successfully, but these errors were encountered: