Send BIP37 fRelay as false
This commit is contained in:
parent
180eb62bd2
commit
36bd7f9a0f
1 changed files with 2 additions and 1 deletions
|
@ -81,7 +81,8 @@ class CNode {
|
|||
BeginMessage("version");
|
||||
int nBestHeight = GetRequireHeight();
|
||||
string ver = "/bitcoin-seeder:0.01/";
|
||||
vSend << PROTOCOL_VERSION << nLocalServices << nTime << you << me << nLocalNonce << ver << nBestHeight;
|
||||
uint8_t fRelayTxs = 0;
|
||||
vSend << PROTOCOL_VERSION << nLocalServices << nTime << you << me << nLocalNonce << ver << nBestHeight << fRelayTxs;
|
||||
EndMessage();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue