MemPoolFeeRateEstimatorCache::Update

Update the cache with new estimates computed on tip_hash.

Synopsis

Declared in <policy/fees/mempool_estimator.h>

void
Update(
    FeePerVSize conservative,
    FeePerVSize economical,
    uint256 const& tip_hash);

Parameters

NameDescription
conservativeThe conservative fee rate estimate to store.
economicalThe economical fee rate estimate to store.
tip_hashHash of the chain tip the estimates were computed on.