0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-08 10:31:50 -05:00

[netgroupman] Remove NetGroupManager::GetAsmap()

asmap no longer needs to be exposed anywhere outside NetGroupManager.
This commit is contained in:
John Newbery 2021-09-01 16:35:45 +01:00
parent 4709fc2019
commit 36f814c0e8

View file

@ -19,10 +19,6 @@ public:
: m_asmap{std::move(asmap)}
{}
/* Get a reference to (const) asmap. May be held as long as NetGroupManager
* exists, since the data is const. */
const std::vector<bool>& GetAsmap() const { return m_asmap; }
/** Get a checksum identifying the asmap being used. */
uint256 GetAsmapChecksum() const;