Skip to content
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.

Commit

Permalink
correct max target to 0x1e0fffff
Browse files Browse the repository at this point in the history
  • Loading branch information
gto90 committed Dec 11, 2017
1 parent 116700b commit 676247b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BRMerkleBlock.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include <string.h>
#include <assert.h>

#define MAX_PROOF_OF_WORK 0x1d00ffffu // highest value for difficulty target (higher values are less difficult)
#define MAX_PROOF_OF_WORK 0x1e0fffff // highest value for difficulty target (higher values are less difficult)
#define TARGET_TIMESPAN (0.10*24*60*60) // the targeted timespan between difficulty target adjustments

inline static int _ceil_log2(int x)
Expand Down

0 comments on commit 676247b

Please sign in to comment.