Update the cache with new estimates computed on tip_hash.
Declared in <policy/fees/mempool_estimator.h>
void
Update(
FeePerVSize conservative,
FeePerVSize economical,
uint256 const& tip_hash);
| Name | Description |
|---|---|
| conservative | The conservative fee rate estimate to store. |
| economical | The economical fee rate estimate to store. |
| tip_hash | Hash of the chain tip the estimates were computed on. |