tests: Remove TRANSACTION_DESERIALIZE (replaced by transaction fuzzer)

This commit is contained in:
practicalswift
2019-10-08 20:55:31 +00:00
parent 0a573682f2
commit 5c2987636f
2 changed files with 0 additions and 12 deletions

View File

@@ -40,11 +40,6 @@ void test_one_input(const std::vector<uint8_t>& buffer)
CBlock block;
ds >> block;
} catch (const std::ios_base::failure& e) {return;}
#elif TRANSACTION_DESERIALIZE
try
{
CTransaction tx(deserialize, ds);
} catch (const std::ios_base::failure& e) {return;}
#elif BLOCKLOCATOR_DESERIALIZE
try
{