Merge pull request #621 from rnicoll/1.8-dev-block

Set AuxPoW switchover block to 371337
This commit is contained in:
langerhans 2014-08-18 21:19:31 +02:00
commit 9b3ddb19ce

View file

@ -36,7 +36,7 @@ static const int BLOCK_VERSION_CHAIN_END = (1 << 30);
// DogeCoin aux chain ID = 0x0062 (98)
static const int AUXPOW_CHAIN_ID = 0x0062;
static const int AUXPOW_START_MAINNET = INT_MAX; //TODO change me
static const int AUXPOW_START_MAINNET = 371337;
static const int AUXPOW_START_TESTNET = 158100;
/** No amount larger than this (in satoshi) is valid */