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
in this code snippet, there is a if sentence about msg.sender, but how to use slither to find it? I tried use func.expressions, but it can't get the right answer.
The text was updated successfully, but these errors were encountered:
function executeOperation( address[] calldata assets, uint256[] calldata amounts, uint256[] calldata premiums, address, // initiator, bytes calldata params ) external returns (bool) { address pool = IAaveV2Provider(radiantV2Provider).getLendingPool(); if (msg.sender != pool) revert InvalidCaller(); bool charge;
in this code snippet, there is a if sentence about msg.sender, but how to use slither to find it? I tried use func.expressions, but it can't get the right answer.
The text was updated successfully, but these errors were encountered: