mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-22 14:35:07 +02:00
Make fuzzer actually test CTxOutCompressor
This commit is contained in:
parent
c6fd923886
commit
5dd626a6d3
@ -240,12 +240,12 @@ int main(int argc, char **argv)
|
||||
case CTXOUTCOMPRESSOR_DESERIALIZE:
|
||||
{
|
||||
CTxOut to;
|
||||
CTxOutCompressor toc(to);
|
||||
try
|
||||
{
|
||||
ds >> to;
|
||||
ds >> toc;
|
||||
} catch (const std::ios_base::failure& e) {return 0;}
|
||||
|
||||
CTxOutCompressor toc(to);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user