[rpc] Remove deprecated "banscore" field from getpeerinfo

This commit is contained in:
Amiti Uttarwar
2020-12-22 16:54:18 -08:00
parent 537053336f
commit 094c3beaa4
5 changed files with 0 additions and 35 deletions

View File

@@ -33,7 +33,6 @@ static const bool DEFAULT_PEERBLOCKFILTERS = false;
static const int DISCOURAGEMENT_THRESHOLD{100};
struct CNodeStateStats {
int m_misbehavior_score = 0;
int nSyncHeight = -1;
int nCommonHeight = -1;
int m_starting_height = -1;