Browse Source

Remove unused constant

cl-refactor
Lefteris Karapetsas 10 years ago
parent
commit
91c6d7720d
  1. 1
      libethereum/EthereumHost.cpp

1
libethereum/EthereumHost.cpp

@ -41,7 +41,6 @@ using namespace dev::eth;
using namespace p2p;
unsigned const EthereumHost::c_oldProtocolVersion = 60; //TODO: remove this once v61+ is common
unsigned const c_chainReorgSize = 30000;
char const* const EthereumHost::s_stateNames[static_cast<int>(SyncState::Size)] = {"Idle", "Waiting", "Hashes", "Blocks", "NewBlocks" };

Loading…
Cancel
Save