diff --git a/libethereum/EthereumPeer.cpp b/libethereum/EthereumPeer.cpp index 7608afc2a..67721a083 100644 --- a/libethereum/EthereumPeer.cpp +++ b/libethereum/EthereumPeer.cpp @@ -246,6 +246,7 @@ bool EthereumPeer::interpret(RLP const& _r) // Couldn't get any from last batch - probably got to this peer's latest block - just give up. m_sub.doneFetch(); giveUpOnFetch(); + break; } unsigned used = 0;