Skip to content

Commit

Permalink
bug catch
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaelsadeeq committed Jun 13, 2024
1 parent a98cfff commit 96821bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/fuzz/policy_estimator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ FUZZ_TARGET(policy_estimator, .init = initialize_policy_estimator)
std::vector<RemovedMempoolTransactionInfo> txs;
txs.reserve(mempool_entries.size());
for (const CTxMemPoolEntry& mempool_entry : mempool_entries) {
CFeeRate(mempool_entry.GetFee(), mempool_entry.GetTxSize());
txs.emplace_back(mempool_entry);
}
block_policy_estimator.processBlock(txs, fuzzed_data_provider.ConsumeIntegral<unsigned int>());
Expand Down

0 comments on commit 96821bf

Please sign in to comment.