Browse Source

Actually catch exceptions.

cl-refactor
Gav Wood 10 years ago
parent
commit
59fad8e635
  1. 2
      libethereum/BlockChain.cpp

2
libethereum/BlockChain.cpp

@ -196,7 +196,7 @@ unsigned BlockChain::open(std::string const& _path, WithExisting _we)
}
}
m_writeOptions.sync = true;
// m_writeOptions.sync = true;
if (_we != WithExisting::Verify && !details(m_genesisHash))
{

Loading…
Cancel
Save