Browse Source

Version bump.

cl-refactor
Gav Wood 10 years ago
parent
commit
91f9a1ea5d
  1. 2
      libdevcore/Common.cpp
  2. 2
      libethereum/Client.cpp

2
libdevcore/Common.cpp

@ -27,7 +27,7 @@ using namespace dev;
namespace dev
{
char const* Version = "0.9.5";
char const* Version = "0.9.6";
}

2
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;

Loading…
Cancel
Save