Skip to content

Commit

Permalink
Set FST diff retarget Timespan
Browse files Browse the repository at this point in the history
  • Loading branch information
fastcoin-project authored Apr 27, 2021
1 parent 7311c0c commit 6869178
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 @@ -32,7 +32,7 @@
#include <assert.h>

#define MAX_PROOF_OF_WORK 0x1e0fffff // highest value for difficulty target (higher values are less difficult)
#define TARGET_TIMESPAN 302400 // = 3.5*24*60*60; the targeted timespan between difficulty target adjustments
#define TARGET_TIMESPAN 60 // = 1*24*60*60; the targeted timespan between difficulty target adjustments

inline static int _ceil_log2(int x)
{
Expand Down

0 comments on commit 6869178

Please sign in to comment.