Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Commit

Permalink
update comment following pr
Browse files Browse the repository at this point in the history
  • Loading branch information
oryband committed Nov 1, 2017
1 parent e8c0750 commit d8ec6c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/VestingTrustee.sol
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,7 @@ contract VestingTrustee is Ownable {
return;
}

// Update transferred and total vesting amount,
// then transfer remaining vested funds to holder.
// Update transferred and total vesting amount, then transfer remaining vested funds to holder.
grant.transferred = grant.transferred.add(transferable);
totalVesting = totalVesting.sub(transferable);
kin.transfer(msg.sender, transferable);
Expand Down

0 comments on commit d8ec6c9

Please sign in to comment.