mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 23:15:52 +00:00
unl_delete should actually remove from the UNL.
This commit is contained in:
@@ -1469,6 +1469,9 @@ void UniqueNodeList::nodeRemovePublic(const RippleAddress& naNodePublic)
|
|||||||
|
|
||||||
// YYY Only dirty on successful delete.
|
// YYY Only dirty on successful delete.
|
||||||
fetchDirty();
|
fetchDirty();
|
||||||
|
|
||||||
|
boost::recursive_mutex::scoped_lock sl(mUNLLock);
|
||||||
|
mUNL.erase(naNodePublic);
|
||||||
}
|
}
|
||||||
|
|
||||||
void UniqueNodeList::nodeRemoveDomain(std::string strDomain)
|
void UniqueNodeList::nodeRemoveDomain(std::string strDomain)
|
||||||
|
|||||||
Reference in New Issue
Block a user