mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-11-27 18:00:25 -05:00
fix typo
This commit is contained in:
parent
a8c8074b94
commit
20c8435839
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
pragma solidity ^0.7.6;
|
||||
|
||||
// This contract is designed to act as a time vault.
|
||||
// User can deposit into this contract but cannot withdraw for atleast a week.
|
||||
// User can deposit into this contract but cannot withdraw for at least a week.
|
||||
// User can also extend the wait time beyond the 1 week waiting period.
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue