mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 22:45: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.
|
||||
fetchDirty();
|
||||
|
||||
boost::recursive_mutex::scoped_lock sl(mUNLLock);
|
||||
mUNL.erase(naNodePublic);
|
||||
}
|
||||
|
||||
void UniqueNodeList::nodeRemoveDomain(std::string strDomain)
|
||||
|
||||
Reference in New Issue
Block a user