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.
1 parent 1922e5a commit 252675eCopy full SHA for 252675e
src/main.cpp
@@ -6538,7 +6538,7 @@ bool SendMessages(CNode* pto)
6538
CBlock block;
6539
assert(ReadBlockFromDisk(block, pBestIndex, consensusParams));
6540
CBlockHeaderAndShortTxIDs cmpctblock(block);
6541
- pto->PushMessage(NetMsgType::CMPCTBLOCK, cmpctblock);
+ pto->PushMessageWithFlag(SERIALIZE_TRANSACTION_NO_WITNESS, NetMsgType::CMPCTBLOCK, cmpctblock);
6542
state.pindexBestHeaderSent = pBestIndex;
6543
} else if (state.fPreferHeaders) {
6544
if (vHeaders.size() > 1) {
0 commit comments