Skip to content

Commit

Permalink
Updated 'timeFrameRef' for 2 minutes.
Browse files Browse the repository at this point in the history
  • Loading branch information
yurigabrich authored Jun 15, 2020
1 parent a6e66bc commit 0d7ea95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo-dapp/microgrid-dapp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ private struct ICOData
}

// The predefined periods to answer both a referendum and a crowdfunding, and to wait until a PP construction.
private const uint timeFrameRef = 2592000; // 30 days
private const uint timeFrameRef = 120; // 30 days = 2592000
private const uint timeFrameCrowd = 5184000; // 60 days
private const uint minTimeToMarket = 2592000; // 30 days

Expand Down

0 comments on commit 0d7ea95

Please sign in to comment.