This is a simple PR that does two things
-
Fixes #29000 by waiting for the fee estimator to catch up after
removeForBlockcalls before callingestimateFeein theBlockPolicyEstimatesunit test. -
Addressed some outstanding review comments from #28368
- Updated
NewMempoolTransactionInfo::m_from_disconnected_blocktoNewMempoolTransactionInfo::m_mempool_limit_bypassedwhich now correctly indicates what the boolean does. - Changed input of
processTransaction’s tx_infom_submitted_in_packageinput from false to fuzz data provider boolean. - Fixed some typos, and update incorrect comment