diff --git a/libethereum/BlockChain.cpp b/libethereum/BlockChain.cpp index 0a3be0f1b..7386fa776 100644 --- a/libethereum/BlockChain.cpp +++ b/libethereum/BlockChain.cpp @@ -700,7 +700,7 @@ ImportRoute BlockChain::import(VerifiedBlockRef const& _block, OverlayDB const& else fresh.push_back(h); return ImportRoute{dead, fresh}; -}; +} void BlockChain::clearBlockBlooms(unsigned _begin, unsigned _end) {