Build a result for a fee-related validation failure.
Declared in <validation.h>
static
MempoolAcceptResult
FeeFailure(
TxValidationState state,
CFeeRate effective_feerate,
std::vector<Wtxid> const& wtxids_fee_calculations);
An INVALID result that also records the fee information.
| Name | Description |
|---|---|
| state | Validation state describing the failure. |
| effective_feerate | The feerate at which the transaction was considered. |
| wtxids_fee_calculations | Wtxids of the transactions used for fee-related checks. |