scopelint
scopelint copied to clipboard
bug: interfaces in scripts are considered external
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