From 75471ee0e09f715a9c0961dd4b4787ddd258ce75 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 11 Sep 2013 16:17:51 -0400 Subject: Small method rename. --- node/Network.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/Network.hpp') diff --git a/node/Network.hpp b/node/Network.hpp index 13c1338d..a269ec18 100644 --- a/node/Network.hpp +++ b/node/Network.hpp @@ -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); -- cgit v1.2.3