Browse Source

style

cl-refactor
arkpar 10 years ago
parent
commit
f8869313c8
  1. 2
      libethereum/BlockChainSync.cpp

2
libethereum/BlockChainSync.cpp

@ -1039,7 +1039,7 @@ void PV61Sync::onPeerHashes(std::shared_ptr<EthereumPeer> _peer, h256s const& _h
// Got new subchain marker // Got new subchain marker
if (_hashes.size() != 1) if (_hashes.size() != 1)
{ {
clog(NetWarn) << "Peers gives to much hashes"; clog(NetWarn) << "Peer sent too many hashes";
_peer->disable("Too many hashes"); _peer->disable("Too many hashes");
restartSync(); restartSync();
return; return;

Loading…
Cancel
Save