Set AuxPoW switchover block to 371337

This commit is contained in:
Ross Nicoll 2014-08-18 20:14:16 +01:00
parent 5c78fef3c1
commit 00423e36ad
No known key found for this signature in database
GPG key ID: 9142E5F7E533CE3B

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 */