Build a result for a transaction rejected because a same-txid, different-witness transaction is already in the mempool.
Declared in <validation.h>
static
MempoolAcceptResult
MempoolTxDifferentWitness(Wtxid const& other_wtxid);
A DIFFERENT_WITNESS result referencing the existing transaction.
| Name | Description |
|---|---|
| other_wtxid | Wtxid of the conflicting transaction already in the mempool. |