|
@ -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; |
|
|