Stratum local API: added wallet address
This commit is contained in:
@@ -1533,6 +1533,7 @@ void StratumServer::api_update_local_stats(uint64_t timestamp)
|
|||||||
<< ",\"connections\":" << connections
|
<< ",\"connections\":" << connections
|
||||||
<< ",\"incoming_connections\":" << incoming_connections
|
<< ",\"incoming_connections\":" << incoming_connections
|
||||||
<< ",\"block_reward_share_percent\":" << block_reward_share_percent
|
<< ",\"block_reward_share_percent\":" << block_reward_share_percent
|
||||||
|
<< ",\"wallet\":\"" << m_pool->params().m_wallet << '"'
|
||||||
<< ",\"workers\":[";
|
<< ",\"workers\":[";
|
||||||
|
|
||||||
const difficulty_type pool_diff = m_pool->side_chain().difficulty();
|
const difficulty_type pool_diff = m_pool->side_chain().difficulty();
|
||||||
|
|||||||
Reference in New Issue
Block a user