Browse Source

Protocol bump.

cl-refactor
Gav Wood 10 years ago
parent
commit
5ccf4ca52c
  1. 2
      libethcore/CommonEth.cpp

2
libethcore/CommonEth.cpp

@ -33,7 +33,7 @@ namespace dev
namespace eth
{
const unsigned c_protocolVersion = 46;
const unsigned c_protocolVersion = 47;
const unsigned c_databaseVersion = 5;
static const vector<pair<u256, string>> g_units =

Loading…
Cancel
Save