We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13ec2c1 + fa5752d commit 93001b1Copy full SHA for 93001b1
src/test/fuzz/txorphan.cpp
@@ -45,7 +45,7 @@ FUZZ_TARGET_INIT(txorphan, initialize_orphanage)
45
// if true, allow duplicate input when constructing tx
46
const bool duplicate_input = fuzzed_data_provider.ConsumeBool();
47
48
- LIMITED_WHILE(fuzzed_data_provider.ConsumeBool(), 10 * DEFAULT_MAX_ORPHAN_TRANSACTIONS)
+ LIMITED_WHILE(outpoints.size() < 200'000 && fuzzed_data_provider.ConsumeBool(), 10 * DEFAULT_MAX_ORPHAN_TRANSACTIONS)
49
{
50
// construct transaction
51
const CTransactionRef tx = [&] {
0 commit comments