diff --git a/libdevcore/Common.cpp b/libdevcore/Common.cpp index dc0f42bf7..75780fb10 100644 --- a/libdevcore/Common.cpp +++ b/libdevcore/Common.cpp @@ -27,7 +27,7 @@ using namespace dev; namespace dev { -char const* Version = "0.9.5"; +char const* Version = "0.9.6"; } diff --git a/libethereum/Client.cpp b/libethereum/Client.cpp index 37ef15680..c703c6e95 100644 --- a/libethereum/Client.cpp +++ b/libethereum/Client.cpp @@ -519,7 +519,7 @@ void Client::doWork() // remove transactions from m_tq nicely rather than relying on out of date nonce later on. for (auto const& h: fresh) { - clog(ClientChat) << "Mined block:" << h.abridged(); + clog(ClientChat) << "Live block:" << h.abridged(); for (auto const& th: m_bc.transactionHashes(h)) { clog(ClientNote) << "Safely dropping transaction " << th;