mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-06-20 12:44:17 -04:00
fix typos (#8)
This commit is contained in:
parent
b8418464bb
commit
f6e3b53c1f
6 changed files with 12 additions and 12 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