Skip to content

Commit f0d603b

Browse files
committed
chore: fix interface
1 parent faaaa65 commit f0d603b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DssBlow2.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
pragma solidity ^0.8.24;
1717

1818
interface ERC20Like {
19-
function balanceOf(address) external returns (uint256);
19+
function balanceOf(address) external view returns (uint256);
2020
function approve(address usr, uint256 wad) external returns (bool);
2121
}
2222

0 commit comments

Comments
 (0)