Browse Source

Merge branch 'import_route' into client_ref

cl-refactor
Marek Kotewicz 10 years ago
parent
commit
0ec8e346c0
  1. 2
      libethereum/BlockChain.cpp

2
libethereum/BlockChain.cpp

@ -700,7 +700,7 @@ ImportRoute BlockChain::import(VerifiedBlockRef const& _block, OverlayDB const&
else else
fresh.push_back(h); fresh.push_back(h);
return ImportRoute{dead, fresh}; return ImportRoute{dead, fresh};
}; }
void BlockChain::clearBlockBlooms(unsigned _begin, unsigned _end) void BlockChain::clearBlockBlooms(unsigned _begin, unsigned _end)
{ {

Loading…
Cancel
Save