Skip to content

Commit

Permalink
New end or PoW, 6000 Blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
emoneydev committed Feb 27, 2015
1 parent 7e27477 commit 1efe679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static const int64 MAX_MINT_PROOF_OF_STAKE = 29.2 * COIN; //2920% annual stake
static const int64 MIN_TXOUT_AMOUNT = MIN_TX_FEE;
static const unsigned int MAX_TX_COMMENT_LEN = 140; //140 character limitation

static const int POW_CUTOFF_BLOCK = 12000;
static const int POW_CUTOFF_BLOCK = 6000;
static const int PROTO_CHANGE_BLOCK = 110;

inline bool MoneyRange(int64 nValue) { return (nValue >= 0 && nValue <= MAX_MONEY); }
Expand Down

0 comments on commit 1efe679

Please sign in to comment.