Skip to content

Commit

Permalink
FIx typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx committed May 25, 2023
1 parent 1abd2a2 commit d1bd445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/finance/VestingWallet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ contract VestingWallet is Context {
* @dev Getter for the end timestamp.
*/
function end() public view virtual returns (uint256) {
return start() + end();
return start() + duration();
}

/**
Expand Down

0 comments on commit d1bd445

Please sign in to comment.