Browse Source

re-enabled state check

cl-refactor
arkpar 10 years ago
parent
commit
5a9bb7d25f
  1. 2
      libethereum/BlockChain.cpp

2
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 (...)
{

Loading…
Cancel
Save