mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix previous commit.
This commit is contained in:
@@ -1471,7 +1471,7 @@ void UniqueNodeList::nodeRemovePublic(const RippleAddress& naNodePublic)
|
||||
fetchDirty();
|
||||
|
||||
boost::recursive_mutex::scoped_lock sl(mUNLLock);
|
||||
mUNL.erase(naNodePublic);
|
||||
mUNL.erase(naNodePublic.humanNodePublic());
|
||||
}
|
||||
|
||||
void UniqueNodeList::nodeRemoveDomain(std::string strDomain)
|
||||
|
||||
Reference in New Issue
Block a user