QMessageBox::about(this,"About AlethZero PoC-2","AlethZero/v"ADD_QUOTES(ETH_VERSION)"/"ADD_QUOTES(ETH_BUILD_TYPE)"/"ADD_QUOTES(ETH_BUILD_PLATFORM)"\nBy Gav Wood, 2014.\nBased on a design by Vitalik Buterin.\n\nTeam Ethereum++ includes: Eric Lombrozo, Marko Simovic, Subtly and several others.");
QMessageBox::about(this,"About AlethZero PoC-2","AlethZero/v"ADD_QUOTES(ETH_VERSION)"/"ADD_QUOTES(ETH_BUILD_TYPE)"/"ADD_QUOTES(ETH_BUILD_PLATFORM)"\nBy Gav Wood, 2014.\nBased on a design by Vitalik Buterin.\n\nTeam Ethereum++ includes: Eric Lombrozo, Marko Simovic, Alex Leverington and several others.");
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.