Skip to content

Commit

Permalink
set fork height
Browse files Browse the repository at this point in the history
  • Loading branch information
bumbacoin committed Dec 19, 2018
1 parent a726de6 commit 48b3136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.h
Expand Up @@ -27,7 +27,7 @@ static const int64_t DARKSEND_POOL_MAX = (4999.99*COIN);
static const int64_t STATIC_POS_REWARD = 1 * COIN; //Constant reward of 1 EXCL per COIN i.e. 8%
static const int64_t TARGET_SPACING = 60;

static const int64_t HARD_FORK_DIFF_FIX = 9999999; //fix difficulty issues with 0 or -ve times between blocks
static const int64_t HARD_FORK_DIFF_FIX = 1705800; //fix difficulty issues with 0 or -ve times between blocks

#define INSTANTX_SIGNATURES_REQUIRED 10
#define INSTANTX_SIGNATURES_TOTAL 15
Expand Down

0 comments on commit 48b3136

Please sign in to comment.