Merge fdb82a30be into merged_master (Bitcoin PR bitcoin/bitcoin#25147)

This commit is contained in:
James Dorfman 2024-08-13 05:01:06 +00:00
commit 0e02561a73
6 changed files with 12 additions and 14 deletions

View file

@ -1322,7 +1322,7 @@ static RPCHelpMan getcompactsketch()
CDataStream ssBlock(block_bytes, SER_NETWORK, PROTOCOL_VERSION);
ssBlock >> block;
CBlockHeaderAndShortTxIDs cmpctblock(block, true);
CBlockHeaderAndShortTxIDs cmpctblock(block);
CDataStream ssCompactBlock(SER_NETWORK, PROTOCOL_VERSION);
ssCompactBlock << cmpctblock;