Skip to content

Commit bc0d98e

Browse files
committed
fuzz: remove dangling reference to GetEntry
1 parent 15b6cbf commit bc0d98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/fuzz/package_eval.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ FUZZ_TARGET(ephemeral_package_eval, .init = initialize_tx_pool)
308308
PickValue(fuzzed_data_provider, mempool_outpoints).hash;
309309
const auto delta = fuzzed_data_provider.ConsumeIntegralInRange<CAmount>(-50 * COIN, +50 * COIN);
310310
// We only prioritise out of mempool transactions since PrioritiseTransaction doesn't
311-
// filter for ephemeral dust GetEntry
311+
// filter for ephemeral dust
312312
if (tx_pool.exists(GenTxid::Txid(txid))) {
313313
const auto tx_info{tx_pool.info(GenTxid::Txid(txid))};
314314
if (GetDust(*tx_info.tx, tx_pool.m_opts.dust_relay_feerate).empty()) {

0 commit comments

Comments
 (0)