Skip to content

Commit

Permalink
POW end at block 230000
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitcoindev committed Apr 20, 2014
1 parent c305fa5 commit 6b5cf3b
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 @@ -36,7 +36,7 @@ static const int64 MAX_MONEY = 90000000000 * COIN;
static const int64 CIRCULATION_MONEY = MAX_MONEY;
static const double TAX_PERCENTAGE = 0.01;
static const int64 MAX_MINT_PROOF_OF_STAKE = 0.05 * COIN; // 5% annual interest
static const int CUTOFF_POW_BLOCK = 190000;
static const int CUTOFF_POW_BLOCK = 230000;

static const int64 MIN_TXOUT_AMOUNT = MIN_TX_FEE;

Expand Down

0 comments on commit 6b5cf3b

Please sign in to comment.