Skip to content

Commit

Permalink
add description
Browse files Browse the repository at this point in the history
  • Loading branch information
vm06007 committed Jan 19, 2024
1 parent f03a645 commit 4a3568c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contracts/TimeLockFarmV2Dual.sol
Original file line number Diff line number Diff line change
Expand Up @@ -1095,6 +1095,10 @@ contract TimeLockFarmV2Dual is TokenWrapper {
return true;
}

/**
* @dev Grants permission for receipt
* tokens transfers between accounts
*/
function setAllowTransfer(
bool _allowTransfer
)
Expand Down

0 comments on commit 4a3568c

Please sign in to comment.