Skip to content

Commit

Permalink
summary
Browse files Browse the repository at this point in the history
  • Loading branch information
SIDHARTH20K4 committed Jan 26, 2024
1 parent 8321e32 commit c86f511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web3/contracts/Lock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ contract Lock {
unlockTime = _unlockTime;
owner = payable(msg.sender);
}

// comment by sid
function withdraw() public {
// Uncomment this line, and the import of "hardhat/console.sol", to print a log in your terminal
// console.log("Unlock time is %o and block timestamp is %o", unlockTime, block.timestamp);
Expand Down

0 comments on commit c86f511

Please sign in to comment.