Use global ::fRelayTxes instead of CNode one

This commit is contained in:
Pieter Wuille
2016-05-26 18:44:14 +02:00
committed by lateminer
parent 798fb2f972
commit f0d583e847

View File

@@ -476,7 +476,7 @@ void CNode::PushVersion()
else
LogPrint("net", "send version message: version %d, blocks=%d, us=%s, peer=%d\n", PROTOCOL_VERSION, nBestHeight, addrMe.ToString(), id);
PushMessage(NetMsgType::VERSION, PROTOCOL_VERSION, nLocalServices, nTime, addrYou, addrMe,
nLocalHostNonce, strSubVersion, nBestHeight, fRelayTxes);
nLocalHostNonce, strSubVersion, nBestHeight, ::fRelayTxes);
}