diff --git a/src/CropProduct.sol b/src/CropProduct.sol index 01206a7..e45bcd2 100644 --- a/src/CropProduct.sol +++ b/src/CropProduct.sol @@ -94,7 +94,7 @@ contract CropProduct { function getSeason(Str seasonId) public view returns (Season memory season) {} function getLocation(Str locationId) public view returns (Location location) {} function getRisk(RiskId riskId) public view returns (bool exists, CropRisk memory cropRisk) {} - function getTokenHandler() public virtual view returns (address tokenHandler) {} + function getTokenHandler() public view virtual returns (address tokenHandler) {} /// @dev converts the provided string into a short string. /// code from OZ ShortStrings.toShortString