yearn / yearn-protocol

Yearn smart contracts

Home Page:https://yearn.finance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove `wants` public field from IController interface

storming0x opened this issue · comments

Here
https://github.com/iearn-finance/yearn-protocol/blob/81d5ce24cb3fb276d00bf9144fe27644d45c707e/interfaces/yearn/IController.sol#L12

The documented interface shows a want public field which i believe is actually from the strategy.

Seeing the implementation Controller.sol, there is no want field.

Closing this