diff options
author | Amiti Uttarwar <amiti@uttarwar.org> | 2020-12-22 16:54:18 -0800 |
---|---|---|
committer | Amiti Uttarwar <amiti@uttarwar.org> | 2020-12-26 13:30:08 -0800 |
commit | 094c3beaa47c909070607e94f2544ed1472ddb17 (patch) | |
tree | 03dc369769618402b9df163860cb47a99692ef22 /src/net_processing.h | |
parent | 537053336fbc1b633e7c99286c3e3492eaca1e9d (diff) |
[rpc] Remove deprecated "banscore" field from getpeerinfo
Diffstat (limited to 'src/net_processing.h')
-rw-r--r-- | src/net_processing.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net_processing.h b/src/net_processing.h index f1f01f9139..b8caa4369c 100644 --- a/src/net_processing.h +++ b/src/net_processing.h @@ -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; |