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 missing signer check lint will warn on the from account despite being implicitly checked by the system's transferinstruction (It creates an instruction with AccountMeta:new(from, is_signer:true)). We can check if accounts are used in instructions for which they are required to be signers to improve the precision.
The missing signer check lint will warn on the
from
account despite being implicitly checked by the system'stransfer
instruction (It creates an instruction withAccountMeta:new(from, is_signer:true)
). We can check if accounts are used in instructions for which they are required to be signers to improve the precision.Example false positive:
The text was updated successfully, but these errors were encountered: