Remove unused parameter validFeeEstimates from CTxMempool::addUnchecked, and the
associated function for calculating this flag (IsCurrentForFeeEstimation).
The code which made use of this parameter was removed with:
- Delete block policy estimator. https://reviews.bitcoinabc.org/D2172