Skip to content

Commit

Permalink
Updates based on comments
Browse files Browse the repository at this point in the history
  • Loading branch information
swrhim authored and tonyin committed Oct 14, 2017
1 parent 7f8004b commit 263d213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daio.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ contract Daio {
uint public fundTotal;
uint public fundShare;
uint public fundingMinimumTime;
uint public fundMinimumTime;
uint public fundMinimumTime;
bool public fundActive = false;
event FundingChanged(uint total);
event SurplusReturned(uint share, uint shareMax, uint surplus);
Expand Down

0 comments on commit 263d213

Please sign in to comment.