mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Merge fdb82a30be into merged_master (Bitcoin PR bitcoin/bitcoin#25147)
This commit is contained in:
commit
0e02561a73
6 changed files with 12 additions and 14 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue