From 4a3568c0010f12b6a7765e09a1216ca6d15fcc64 Mon Sep 17 00:00:00 2001 From: Vitally Marinchenko Date: Fri, 19 Jan 2024 13:02:01 +0700 Subject: [PATCH] add description --- contracts/TimeLockFarmV2Dual.sol | 4 ++++ 1 file changed, 4 insertions(+) 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 )