Skip to content

Commit

Permalink
chore: fix interface
Browse files Browse the repository at this point in the history
  • Loading branch information
0xp3th1um committed Feb 10, 2025
1 parent faaaa65 commit f0d603b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DssBlow2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
pragma solidity ^0.8.24;

interface ERC20Like {
function balanceOf(address) external returns (uint256);
function balanceOf(address) external view returns (uint256);
function approve(address usr, uint256 wad) external returns (bool);
}

Expand Down

0 comments on commit f0d603b

Please sign in to comment.