Mark asmap const in statistics code

This commit is contained in:
Pieter Wuille
2020-01-29 13:57:58 -08:00
parent d58bcdc4b5
commit 6f8c937312
2 changed files with 2 additions and 2 deletions

View File

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