This is a simple PR that does two things
-
Fixes #29000 by waiting for the fee estimator to catch up after
removeForBlock
calls before callingestimateFee
in theBlockPolicyEstimates
unit test. -
Addressed some outstanding review comments from #28368
- Updated
NewMempoolTransactionInfo::m_from_disconnected_block
toNewMempoolTransactionInfo::m_mempool_limit_bypassed
which now correctly indicates what the boolean does. - Changed input of
processTransaction
’s tx_infom_submitted_in_package
input from false to fuzz data provider boolean. - Fixed some typos, and update incorrect comment