Browse Source

Version bump, compile fix.

cl-refactor
Gav Wood 10 years ago
parent
commit
3a91cd8cd9
  1. 2
      libdevcore/Common.cpp
  2. 2
      libethereum/Client.h

2
libdevcore/Common.cpp

@ -28,7 +28,7 @@ using namespace dev;
namespace dev
{
char const* Version = "0.9.30";
char const* Version = "0.9.31";
const u256 UndefinedU256 = ~(u256)0;

2
libethereum/Client.h

@ -356,7 +356,7 @@ protected:
explicit SpecialisedClient(
std::shared_ptr<GasPricer> _gpForAdoption,
std::string const& _dbPath = std::string(),
WithExisting _forceAction = WithExisting::Trust,
WithExisting _forceAction = WithExisting::Trust
):
Client(_gpForAdoption),
m_bc(_dbPath, _forceAction, [](unsigned d, unsigned t){ std::cerr << "REVISING BLOCKCHAIN: Processed " << d << " of " << t << "...\r"; })

Loading…
Cancel
Save