Browse Source

Use global ::fRelayTxes instead of CNode one

0.13
Pieter Wuille 8 years ago
parent
commit
52b02ecd6d
  1. 2
      src/net.cpp

2
src/net.cpp

@ -471,7 +471,7 @@ void CNode::PushVersion() @@ -471,7 +471,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);
}

Loading…
Cancel
Save