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:
parent
4709fc2019
commit
36f814c0e8
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue