Store and use a sanitized subVer

This commit is contained in:
Mike Hearn
2013-11-26 12:52:21 +01:00
parent ba6a4ea344
commit a946aa8d3e
4 changed files with 18 additions and 9 deletions

View File

@@ -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);