staticconsteth::uintc_maxHashes=4;///< Maximum number of hashes GetChain will ever send.
staticconsteth::uintc_maxBlocks=4;///< Maximum number of blocks Blocks will ever send.
staticconsteth::uintc_maxBlocksAsk=256;///< Maximum number of blocks we ask to receive in Blocks (when using GetChain).
staticconsteth::uintc_maxHashes=256;///< Maximum number of hashes GetChain will ever send.
staticconsteth::uintc_maxBlocks=128;///< Maximum number of blocks Blocks will ever send. BUG: if this gets too big (e.g. 2048) stuff starts going wrong.
staticconsteth::uintc_maxBlocksAsk=2048;///< Maximum number of blocks we ask to receive in Blocks (when using GetChain).