diff options
author | Mike Hearn <hearn@google.com> | 2013-11-26 12:52:21 +0100 |
---|---|---|
committer | Mike Hearn <hearn@google.com> | 2013-11-26 13:26:00 +0100 |
commit | a946aa8d3ec7009ac670eeb65a525efe5eeb6e84 (patch) | |
tree | ba5cb18d885ba30c498bdb111f373bfb9812cd20 /src/net.cpp | |
parent | ba6a4ea344e28d61224dc54a8f816276afa2bfa3 (diff) |
Store and use a sanitized subVer
Diffstat (limited to 'src/net.cpp')
-rw-r--r-- | src/net.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net.cpp b/src/net.cpp index c547cf3337..fcef9feea0 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -616,7 +616,7 @@ void CNode::copyStats(CNodeStats &stats) X(nTimeConnected); X(addrName); X(nVersion); - X(strSubVer); + X(cleanSubVer); X(fInbound); X(nStartingHeight); X(nMisbehavior); |