Skip to content

Commit

Permalink
Added comment for devs
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsam4 authored Jul 8, 2019
1 parent fdd421d commit 5a5be38
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ contract CountTransferManager is CountTransferManagerStorage, TransferManager {

/**
* @notice Used to verify the transfer transaction and prevent a transfer if it passes the allowed amount of token holders
* @dev module.verifyTransfer is called by SecToken.canTransfer and does not receive the updated holderCount therefore
* verifyTransfer has to manually account for pot. tokenholder changes (by mimicking TokenLib.adjustInvestorCount).
* module.executeTransfer is called by SecToken.transfer|issue|others and receives an updated holderCount
* as sectoken calls TokenLib.adjustInvestorCount before executeTransfer.
* @param _from Address of the sender
* @param _to Address of the receiver
* @param _amount Amount to send
Expand Down

0 comments on commit 5a5be38

Please sign in to comment.