yearn / yearn-protocol

Yearn smart contracts
https://yearn.finance
GNU Affero General Public License v3.0
441 stars 211 forks source link

Remove `wants` public field from IController interface #21

Closed storming0x closed 3 years ago

storming0x commented 3 years ago

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.

storming0x commented 3 years ago

Closing this