From 1bd9ff137946b4f4a30aa7f46365c6d4f6e3941c Mon Sep 17 00:00:00 2001 From: SChernykh <15806605+SChernykh@users.noreply.github.com> Date: Thu, 15 May 2025 16:32:44 +0200 Subject: [PATCH] Stratum local API: added wallet address --- src/stratum_server.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stratum_server.cpp b/src/stratum_server.cpp index 902ff35..86b7d82 100644 --- a/src/stratum_server.cpp +++ b/src/stratum_server.cpp @@ -1533,6 +1533,7 @@ void StratumServer::api_update_local_stats(uint64_t timestamp) << ",\"connections\":" << connections << ",\"incoming_connections\":" << incoming_connections << ",\"block_reward_share_percent\":" << block_reward_share_percent + << ",\"wallet\":\"" << m_pool->params().m_wallet << '"' << ",\"workers\":["; const difficulty_type pool_diff = m_pool->side_chain().difficulty();