MempoolAcceptResult::MempoolTx

Build a result for a transaction that was already present in the mempool.

Synopsis

Declared in <validation.h>

static
MempoolAcceptResult
MempoolTx(
    int64_t vsize,
    CAmount fees);

Return Value

A MEMPOOL_ENTRY result.

Parameters

NameDescription
vsizeVirtual size of the transaction as used by the mempool.
feesRaw base fees of the transaction, in satoshis.