Build a result for a transaction that was already present in the mempool.
Declared in <validation.h>
static
MempoolAcceptResult
MempoolTx(
int64_t vsize,
CAmount fees);
A MEMPOOL_ENTRY result.
| Name | Description |
|---|---|
| vsize | Virtual size of the transaction as used by the mempool. |
| fees | Raw base fees of the transaction, in satoshis. |