Skip to content

Commit bb40efd

Browse files
committed
fix: missing interface method
1 parent ace631a commit bb40efd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/dependencies/treasury-funded-farms/TreasuryFundedFarmingInit.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ interface DssVestTransferrableLike {
125125
function gem() external view returns (address);
126126
function file(bytes32 key, uint256 value) external;
127127
function unpaid(uint256 vestId) external view returns (uint256);
128+
function tot(uint256 vestId) external view returns (uint256);
128129
}
129130

130131
interface StakingRewardsLike {

0 commit comments

Comments
 (0)