diff --git a/libethereum/BlockChain.cpp b/libethereum/BlockChain.cpp index 0929e1333..1c4d0073f 100644 --- a/libethereum/BlockChain.cpp +++ b/libethereum/BlockChain.cpp @@ -645,7 +645,7 @@ ImportRoute BlockChain::import(VerifiedBlockRef const& _block, OverlayDB const& } try { - //State canary(_db, *this, _block.info.hash(), ImportRequirements::DontHave); + State canary(_db, *this, _block.info.hash(), ImportRequirements::DontHave); } catch (...) {