Skip to content

Commit

Permalink
fix: compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Mar 27, 2024
1 parent e898062 commit e3ec44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/mocks/DaiMock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/

// hevm: flattened sources of /nix/store/8xb41r4qd0cjb63wcrxf1qmfg88p0961-dss-6fd7de0/src/dai.sol
pragma solidity >=0.5.12;
pragma solidity <=0.5.12;

// Copeid DAi for testing porpuses. The notes are removed from this contract as it does not work correctly woith the
// coverage solidity compiler
Expand Down

0 comments on commit e3ec44c

Please sign in to comment.