block index checking on load, extra redundant checks, misc refactoring
[novacoin.git] / net.h
diff --git a/net.h b/net.h
index 5a52077..5b24f7a 100644 (file)
--- a/net.h
+++ b/net.h
@@ -424,7 +424,7 @@ public:
 
     string ToString() const
     {
-        return strprintf("%s %s", GetCommand(), hash.ToString().substr(0,16).c_str());
+        return strprintf("%s %s", GetCommand(), hash.ToString().substr(0,20).c_str());
     }
 
     void print() const