Show additional version information

This commit is contained in:
SChernykh
2025-07-11 12:25:09 +02:00
parent 71d07eff63
commit 28511c7e5a
5 changed files with 53 additions and 8 deletions
+1 -1
View File
@@ -330,7 +330,7 @@ static void do_exit(p2pool *m_pool, const char * /* args */)
// cppcheck-suppress constParameterCallback
static void do_version(p2pool* m_pool, const char* /* args */)
{
LOGINFO(0, log::LightCyan() << VERSION);
LOGINFO(0, log::LightCyan() << p2pool_version());
const P2PServer* p2p = m_pool->p2p_server();
if (p2p) {