mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
fuzz: remove unused TransactionsDelta validation interface
This commit is contained in:
parent
09ce926e4a
commit
4dfdf615b9
1 changed files with 0 additions and 6 deletions
|
@ -317,11 +317,6 @@ FUZZ_TARGET(ephemeral_package_eval, .init = initialize_tx_pool)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Remember all added transactions
|
|
||||||
std::set<CTransactionRef> added;
|
|
||||||
auto txr = std::make_shared<TransactionsDelta>(added);
|
|
||||||
node.validation_signals->RegisterSharedValidationInterface(txr);
|
|
||||||
|
|
||||||
auto single_submit = txs.size() == 1;
|
auto single_submit = txs.size() == 1;
|
||||||
|
|
||||||
const auto result_package = WITH_LOCK(::cs_main,
|
const auto result_package = WITH_LOCK(::cs_main,
|
||||||
|
@ -339,7 +334,6 @@ FUZZ_TARGET(ephemeral_package_eval, .init = initialize_tx_pool)
|
||||||
}
|
}
|
||||||
|
|
||||||
node.validation_signals->SyncWithValidationInterfaceQueue();
|
node.validation_signals->SyncWithValidationInterfaceQueue();
|
||||||
node.validation_signals->UnregisterSharedValidationInterface(txr);
|
|
||||||
|
|
||||||
CheckMempoolEphemeralInvariants(tx_pool);
|
CheckMempoolEphemeralInvariants(tx_pool);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue