mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Merge #8102: Bugfix: use global ::fRelayTxes instead of CNode in version send
52b02ec
Use global ::fRelayTxes instead of CNode one (Pieter Wuille)
This commit is contained in:
commit
425278d17b
@ -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…
Reference in New Issue
Block a user