Skip to content

Commit

Permalink
slither false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Feb 23, 2025
1 parent 954a5fb commit f129233
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interface/IDineroFlrEth.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
pragma solidity ^0.8.25;

interface IDineroFlrEth {
//slither-disable-next-line naming-convention
function LSTPerToken() external view returns (uint256 ethAmount);

function tokensPerLST() external view returns (uint256 tokenAmount);
Expand Down

0 comments on commit f129233

Please sign in to comment.