Open Ktl-XV opened 4 years ago
Hi,
The StrategyCurveYVoterProxy contract for Strategy 0x07db4b9b3951094b9e278d336adf46a036295de7 (at least) is not working
When harvest is called, the first check is require(msg.sender == strategist || msg.sender == governance, "!authorized");
require(msg.sender == strategist || msg.sender == governance, "!authorized");
This does not allow a keeper to execute the harvest.
Hi,
The StrategyCurveYVoterProxy contract for Strategy 0x07db4b9b3951094b9e278d336adf46a036295de7 (at least) is not working
When harvest is called, the first check is
require(msg.sender == strategist || msg.sender == governance, "!authorized");
This does not allow a keeper to execute the harvest.