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
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. |
Created with MrDocs