Small method rename.

This commit is contained in:
Adam Ierymenko 2013-09-11 16:17:51 -04:00
parent 5885c6186d
commit 75471ee0e0
2 changed files with 6 additions and 6 deletions

View file

@ -456,7 +456,7 @@ public:
/**
* @return Network ID in hexadecimal form
*/
inline std::string toString()
inline std::string idString()
{
char buf[64];
Utils::snprintf(buf,sizeof(buf),"%.16llx",(unsigned long long)_id);