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
INFO:Detectors:
0: isWhitelisted(address,address) should be declared external:
- TransferManager.isWhitelisted(address,address) (modules/TransferManager.sol#381-385)
1: isValidSignature(bytes32,bytes) should be declared external:
- TransferManager.isValidSignature(bytes32,bytes) (modules/TransferManager.sol#415-420)
2: isLimitDisabled(address) should be declared external:
- LimitManager.isLimitDisabled(address) (modules/common/LimitManager.sol#129-132)
Reference: https://github.com/crytic/slither/wiki/Detector-Documentation#public-function-that-could-be-declared-as-external
All of the above are functions used internally in the same contract and so compilation fails if we make them external.
The text was updated successfully, but these errors were encountered:
The following informational issues have started showing up with
[email protected]
when running against the argent-contracts repo:All of the above are functions used internally in the same contract and so compilation fails if we make them external.
The text was updated successfully, but these errors were encountered: