diff --git a/contracts/TimeLockFarmV2Dual.sol b/contracts/TimeLockFarmV2Dual.sol index 5bfbf11..12829f6 100644 --- a/contracts/TimeLockFarmV2Dual.sol +++ b/contracts/TimeLockFarmV2Dual.sol @@ -1095,6 +1095,10 @@ contract TimeLockFarmV2Dual is TokenWrapper { return true; } + /** + * @dev Grants permission for receipt + * tokens transfers between accounts + */ function setAllowTransfer( bool _allowTransfer )