Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#include <masternode-utils.h>
Static Public Member Functions | |
static void | ProcessMasternodeConnections (CConnman &connman) |
static void | DoMaintenance (CConnman &connman) |
Detailed Description
Definition at line 12 of file masternode-utils.h.
Member Function Documentation
◆ DoMaintenance()
|
static |
Definition at line 70 of file masternode-utils.cpp.
References CMasternodeSync::IsBlockchainSynced(), masternodeSync, ProcessMasternodeConnections(), and ShutdownRequested().
Referenced by AppInitMain().
◆ ProcessMasternodeConnections()
|
static |
Definition at line 23 of file masternode-utils.cpp.
References CNode::addr, CConnman::AllNodes, CNode::fDisconnect, CNode::fFeeler, CNode::fInbound, fLogIPs, CNode::fMasternode, CNode::fMasternodeProbe, CConnman::ForEachNode(), CNode::GetId(), CConnman::GetMaxOutboundNodeCount(), CPrivateSendClientManager::GetMixingMasternodesInfo(), GetSystemTimeInSeconds(), CConnman::IsMasternodeQuorumNode(), LogPrintf, CNode::m_manual_connection, CNode::nTimeConnected, privateSendClient, and CService::ToString().
Referenced by DoMaintenance().
The documentation for this class was generated from the following files:
- src/masternode/masternode-utils.h
- src/masternode/masternode-utils.cpp