mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Merge c1607b5df4 into merged_master (Bitcoin PR #17957)
This commit is contained in:
commit
0feee2ea2d
6 changed files with 87 additions and 68 deletions
|
|
@ -206,7 +206,7 @@ void test_one_input(const std::vector<uint8_t>& buffer)
|
|||
DeserializeFromFuzzingInput(buffer, dbi);
|
||||
#elif TXOUTCOMPRESSOR_DESERIALIZE
|
||||
CTxOut to;
|
||||
CTxOutCompressor toc(to);
|
||||
auto toc = Using<TxOutCompression>(to);
|
||||
DeserializeFromFuzzingInput(buffer, toc);
|
||||
#elif BLOCKTRANSACTIONS_DESERIALIZE
|
||||
BlockTransactions bt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue