Skip to content

Commit

Permalink
Reduce target timespan to 1 hour
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar committed Jun 25, 2014
1 parent b468d92 commit 646a38c
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 @@ -1097,7 +1097,7 @@ int64 static GetBlockValue(int nHeight, int64 nFees)
return nSubsidy + nFees;
}

int64 nTargetTimespan = 24 * 60 * 60; // Deepcoin: 1 day
int64 nTargetTimespan = 60 * 60; // Deepcoin: 1 day
int64 nTargetSpacing = 60; // Deepcoin: 1 minute
int64 nInterval = nTargetTimespan / nTargetSpacing;

Expand Down

0 comments on commit 646a38c

Please sign in to comment.