Remove unused CDataStream

This commit is contained in:
MarcoFalke
2023-09-11 18:06:51 +02:00
parent fa7eb4f5c3
commit fae00fe9c2
13 changed files with 48 additions and 63 deletions

View File

@@ -23,7 +23,7 @@ struct TestBlockAndIndex {
TestBlockAndIndex()
{
CDataStream stream(benchmark::data::block413567, SER_NETWORK, PROTOCOL_VERSION);
DataStream stream{benchmark::data::block413567};
std::byte a{0};
stream.write({&a, 1}); // Prevent compaction