PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Public Attributes | List of all members
CNodeStateStats Struct Reference

#include <main.h>

Public Attributes

int nMisbehavior
 
int nSyncHeight
 
int nCommonHeight
 
std::vector< int > vHeightInFlight
 

Detailed Description

Definition at line 288 of file main.h.

Member Data Documentation

◆ nCommonHeight

int CNodeStateStats::nCommonHeight

Definition at line 291 of file main.h.

◆ nMisbehavior

int CNodeStateStats::nMisbehavior

Definition at line 289 of file main.h.

◆ nSyncHeight

int CNodeStateStats::nSyncHeight

Definition at line 290 of file main.h.

◆ vHeightInFlight

std::vector<int> CNodeStateStats::vHeightInFlight

Definition at line 292 of file main.h.


The documentation for this struct was generated from the following file: