diff --git a/libdevcore/Common.cpp b/libdevcore/Common.cpp index 6df0d4d69..5ac0b8885 100644 --- a/libdevcore/Common.cpp +++ b/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; diff --git a/libethereum/Client.h b/libethereum/Client.h index 4e8a13868..dc20ef849 100644 --- a/libethereum/Client.h +++ b/libethereum/Client.h @@ -356,7 +356,7 @@ protected: explicit SpecialisedClient( std::shared_ptr _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"; })