We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4831a16 + 252675e commit 1bc9c80Copy full SHA for 1bc9c80
src/main.cpp
@@ -6469,7 +6469,7 @@ bool SendMessages(CNode* pto)
6469
CBlock block;
6470
assert(ReadBlockFromDisk(block, pBestIndex, consensusParams));
6471
CBlockHeaderAndShortTxIDs cmpctblock(block);
6472
- pto->PushMessage(NetMsgType::CMPCTBLOCK, cmpctblock);
+ pto->PushMessageWithFlag(SERIALIZE_TRANSACTION_NO_WITNESS, NetMsgType::CMPCTBLOCK, cmpctblock);
6473
state.pindexBestHeaderSent = pBestIndex;
6474
} else if (state.fPreferHeaders) {
6475
if (vHeaders.size() > 1) {
0 commit comments