Bitcoin Core 31.99.0
P2P Digital Currency
Functions
estimator_args.h File Reference
#include <util/fs.h>
Include dependency graph for estimator_args.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void MaybeMigrateLegacyFeeEstimates (const ArgsManager &argsman)
 Move a legacy fee_estimates.dat file to the current block policy fee estimator path, if needed. More...
 
fs::path BlockPolicyFeeEstPath (const ArgsManager &argsman)
 
fs::path MempoolPolicyEstimatorPath (const ArgsManager &argsman)
 

Function Documentation

◆ BlockPolicyFeeEstPath()

fs::path BlockPolicyFeeEstPath ( const ArgsManager argsman)
Returns
The block policy fee estimator data file path.

Definition at line 52 of file estimator_args.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ MaybeMigrateLegacyFeeEstimates()

void MaybeMigrateLegacyFeeEstimates ( const ArgsManager argsman)

Move a legacy fee_estimates.dat file to the current block policy fee estimator path, if needed.

Definition at line 24 of file estimator_args.cpp.

Here is the call graph for this function:

◆ MempoolPolicyEstimatorPath()

fs::path MempoolPolicyEstimatorPath ( const ArgsManager argsman)
Returns
The mempool policy estimator data file path.

Definition at line 57 of file estimator_args.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: