Fix previous commit.

This commit is contained in:
JoelKatz
2013-02-10 14:14:06 -08:00
parent c183f32e44
commit 9a0970e6de

View File

@@ -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)