net: Remove unused cs_feeFilter

This commit is contained in:
MarcoFalke
2020-04-29 21:29:40 +02:00
parent 42675e7833
commit fad1f0fd33
3 changed files with 4 additions and 15 deletions

View File

@@ -601,7 +601,6 @@ void CNode::copyStats(CNodeStats &stats, const std::vector<bool> &m_asmap)
}
X(m_permissionFlags);
if (m_tx_relay != nullptr) {
LOCK(m_tx_relay->cs_feeFilter);
stats.minFeeFilter = m_tx_relay->minFeeFilter;
} else {
stats.minFeeFilter = 0;