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

Name

Description

vsize

Virtual size of the transaction as used by the mempool.

fees

Raw base fees of the transaction, in satoshis.

Created with MrDocs