Get the transaction in the pool that spends the same prevout
Declared in <txmempool.h>
[[requires_capability(0x7ff37b41ff78), requires_capability(0x7ff376fd7928), requires_capability(0x7ff38def6b48), requires_capability(0x7ff3640f7b58), requires_capability(0x7ff3920f7e48), requires_capability(0x7ff37f5c9f68), requires_capability(0x7ff37d0111e8), requires_capability(0x7ff374c149f8)]]
CTransaction const*
GetConflictTx(COutPoint const& prevout) const;
The conflicting transaction, or nullptr if none spends the outpoint.
| Name | Description |
|---|---|
| prevout | The outpoint to look up. |