diff --git a/src/core.h b/src/core.h index ed3007b14..6a0286f9d 100644 --- a/src/core.h +++ b/src/core.h @@ -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 */