Skip to content

Commit

Permalink
update kernel
Browse files Browse the repository at this point in the history
this should fix stake
  • Loading branch information
chrisfranko committed Jul 6, 2015
1 parent 8aee32c commit 8ddac40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "main.h"

// MODIFIER_INTERVAL: time to elapse before new modifier is computed
static const unsigned int MODIFIER_INTERVAL = 6 * 60 * 60;
static const unsigned int MODIFIER_INTERVAL = 3 * 60 * 60;
extern unsigned int nModifierInterval;

// MODIFIER_INTERVAL_RATIO:
Expand Down

0 comments on commit 8ddac40

Please sign in to comment.