aboutsummaryrefslogtreecommitdiff
path: root/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'net.h')
-rw-r--r--net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.h b/net.h
index 981bdfdd1a..3e98835075 100644
--- 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