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
The remaining account tuple is stored as (account, is_writable, is_signer) in builder as well as in definition. However, when invoke with remaining accounts, the order is swapped, see here.
The remaining account tuple is stored as (account, is_writable, is_signer) in builder as well as in definition. However, when invoke with remaining accounts, the order is swapped, see here.
I have submitted a PR at #82