mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 14:08:40 +01:00
tests: Remove TRANSACTION_DESERIALIZE (replaced by transaction fuzzer)
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user