Browse Source

retab

cl-refactor
Marek Kotewicz 10 years ago
parent
commit
982ef819fb
  1. 1
      libethereum/BlockChain.cpp

1
libethereum/BlockChain.cpp

@ -159,7 +159,6 @@ void BlockChain::open(std::string _path, bool _killExisting)
m_lastBlockHash = l.empty() ? m_genesisHash : *(h256*)l.data();
cnote << _path;
cnote << "Opened blockchain DB. Latest: " << currentHash();
}

Loading…
Cancel
Save