This commit is contained in:
Dave Hoover
2016-04-11 22:53:26 -05:00
parent 66c8c15a7f
commit 9af44f457c
+1 -1
View File
@@ -199,7 +199,7 @@ activate themselves.
contract SimpleAuction {
// Parameters of the auction. Times are either
// absolute unix timestamps (seconds since 1970-01-01)
// ore time periods in seconds.
// or time periods in seconds.
address public beneficiary;
uint public auctionStart;
uint public biddingTime;