Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
+
  • Loading branch information
marksteven2017 authored Dec 24, 2017
1 parent 0f85df6 commit f8e3a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ set<pair<COutPoint, unsigned int> > setStakeSeen;

CBigNum bnProofOfStakeLimit(~uint256(0) >> 20);

unsigned int nStakeMinAge = 1 * 60 * 60;
unsigned int nStakeMinAge = 60 * 60;
unsigned int nModifierInterval = 8 * 60;

int nCoinbaseMaturity = 20;
Expand Down

0 comments on commit f8e3a0c

Please sign in to comment.