[net] Remove asmap argument from CNode::CopyStats()

This saves passing around a reference to the asmap std::vector<bool>.
This commit is contained in:
John Newbery
2021-09-01 11:24:46 +01:00
parent 9fd5618610
commit 853c4edb70
3 changed files with 5 additions and 9 deletions

View File

@@ -652,7 +652,7 @@ public:
void CloseSocketDisconnect();
void CopyStats(CNodeStats& stats, const std::vector<bool>& asmap);
void CopyStats(CNodeStats& stats);
ServiceFlags GetLocalServices() const
{