Browse Source

Actually stop getting chain once no more to grab.

cl-refactor
Gav Wood 10 years ago
parent
commit
e03a663d97
  1. 1
      libethereum/EthereumPeer.cpp

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

Loading…
Cancel
Save