Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
fix: trigger underscore (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia authored Oct 23, 2023
1 parent 962d8d7 commit 3ba5c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/Strategy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ contract Strategy is BaseStrategy {
*
* @return . Should return true if tend() should be called by keeper or false if not.
*
function _tendTrigger() public view override returns (bool) {}
function _tendTrigger() internal view override returns (bool) {}
*/

/**
Expand Down

0 comments on commit 3ba5c30

Please sign in to comment.