Browse Source

Bump protocol version.

cl-refactor
Gav Wood 11 years ago
parent
commit
cbd41833d2
  1. 2
      alethzero/MainWin.cpp
  2. 2
      libethereum/PeerNetwork.cpp

2
alethzero/MainWin.cpp

@ -105,7 +105,7 @@ Main::~Main()
writeSettings();
}
static const Address c_nameContract(fromUserHex("1f4b51662f3d7aaefa3f71df914f5d17428d6240"));
static const Address c_nameContract(fromUserHex("c848b90ecdd48aae27d4a5783a1c767c42b53ea2"));
QString Main::pretty(eth::Address _a) const
{

2
libethereum/PeerNetwork.cpp

@ -43,7 +43,7 @@ using namespace eth;
#define clogS(X) eth::LogOutputStream<X, true>(false) << "| " << std::setw(2) << m_socket.native_handle() << "] "
static const int c_protocolVersion = 6;
static const int c_protocolVersion = 7;
static const eth::uint c_maxHashes = 32; ///< Maximum number of hashes GetChain will ever send.
static const eth::uint c_maxBlocks = 32; ///< Maximum number of blocks Blocks will ever send. BUG: if this gets too big (e.g. 2048) stuff starts going wrong.

Loading…
Cancel
Save