Used to determine the reason a wallet selected a transaction fee rate
Declared in <util/fees.h>
enum class FeeReason : int;
| Name | Description |
|---|---|
FEE_RATE_ESTIMATOR | The fee rate came from the fee rate estimator. |
MEMPOOL_MIN | The fee rate was raised to the mempool minimum. |
USER_SPECIFIED | The fee rate was set explicitly by the user. |
FALLBACK | The fee rate fell back to the configured default. |
REQUIRED | The fee rate was raised to the required minimum. |
| Name | Description |
|---|---|
common::StringForFeeReason | Return a human-readable description of a fee reason. |