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
When making a CPI call with an UncheckedAccount as signer, the is_signer field doesn't carry through the CPI and so the invoked instruction has no signer.
The current functioning workaround is to replace the CPI call with an invoke and manually copying the is_signer field to the passed-in account metas.
When making a CPI call with an UncheckedAccount as signer, the is_signer field doesn't carry through the CPI and so the invoked instruction has no signer.
The current functioning workaround is to replace the CPI call with an invoke and manually copying the is_signer field to the passed-in account metas.
The text was updated successfully, but these errors were encountered: