Skip to content

Commit

Permalink
Fix Lerp tick Interface (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
naszam committed Nov 23, 2021
1 parent 24a692b commit 512a80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dss/LerpAbstract.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ interface LerpAbstract {
function duration() external view returns (uint256);
function done() external view returns (bool);
function startTime() external view returns (uint256);
function tick() external;
function tick() external returns (uint256);
function ilk() external view returns (bytes32);
}

0 comments on commit 512a80f

Please sign in to comment.