Skip to content

Commit

Permalink
Set auxpow startblock on mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
btcdrak committed Dec 22, 2014
1 parent 8b11cb7 commit baff364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auxpow.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "wallet.h"

const int AUXPOW_START_TESTNET = 452608;
const int AUXPOW_START_MAINNET = INT_MAX;
const int AUXPOW_START_MAINNET = 498725;

class CAuxPow : public CMerkleTx
{
Expand Down

0 comments on commit baff364

Please sign in to comment.