Merge branch 'master' into merge-mining

This commit is contained in:
SChernykh
2023-12-08 14:18:22 +01:00
4 changed files with 17 additions and 17 deletions

View File

@@ -1435,7 +1435,7 @@ void P2PServer::P2PClient::reset()
bool P2PServer::P2PClient::on_connect()
{
P2PServer* server = static_cast<P2PServer*>(m_owner);
const P2PServer* server = static_cast<P2PServer*>(m_owner);
if (!server) {
return false;

View File

@@ -35,7 +35,7 @@
namespace p2pool {
#define P2POOL_VERSION_MAJOR 3
#define P2POOL_VERSION_MINOR 8
#define P2POOL_VERSION_MINOR 9
#define P2POOL_VERSION_PATCH 0
extern const char* VERSION;