This commit is contained in:
Dave Hoover 2016-04-11 20:08:29 -05:00
parent 66c8c15a7f
commit 9af44f457c

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;