mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-17 11:07:00 +02:00
net: Remove unused unsanitized user agent string CNode::strSubVer
This commit is contained in:
@@ -2627,7 +2627,6 @@ CNode::CNode(NodeId idIn, ServiceFlags nLocalServicesIn, int nMyStartingHeightIn
|
||||
{
|
||||
hSocket = hSocketIn;
|
||||
addrName = addrNameIn == "" ? addr.ToStringIPPort() : addrNameIn;
|
||||
strSubVer = "";
|
||||
hashContinue = uint256();
|
||||
filterInventoryKnown.reset();
|
||||
pfilter = MakeUnique<CBloomFilter>();
|
||||
|
||||
Reference in New Issue
Block a user