scopelint icon indicating copy to clipboard operation
scopelint copied to clipboard

bug: interfaces in scripts are considered external

Open mds1 opened this issue 3 years ago • 0 comments

If a script has something like this:

interface IMultiSendCallOnly {
  function multiSend(bytes memory transactions) external payable;
}

The external multiSend method declared there causes the "one public run method" check to fail

mds1 avatar Dec 22 '22 18:12 mds1