Skip to content

Commit

Permalink
typo MockStrategy.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcofann authored Jan 3, 2025
1 parent 0c563bd commit 3127616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/MockStrategy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ contract MockStrategy is BaseStrategy {
return PayoutSummary(_recipientId, 0);
}

// simply returns whether a allocator is valid or not, will usually be true for all
// simply returns whether an allocator is valid or not, will usually be true for all
function _isValidAllocator(address _allocator) internal view override returns (bool) {
surpressStateMutabilityWarning;
return _allocator == address(0) ? false : true;
Expand Down

0 comments on commit 3127616

Please sign in to comment.