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
Review every public contract function and confirm require_auth() is called on the correct signer. Document the auth matrix in a comment block at the top of lib.rs: which address must sign for each function.
Review every public contract function and confirm
require_auth()is called on the correct signer. Document the auth matrix in a comment block at the top oflib.rs: which address must sign for each function.