[#wallet-CWallet-GetConflicts] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::GetConflicts :relfileprefix: ../../ :mrdocs: Get wallet transactions that conflict with given transaction (spend same outputs) == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f94fde06598), requires_capability(0x7f95061a92d8), requires_capability(0x7f94f2b79de8), requires_capability(0x7f94f0cf8a78), requires_capability(0x7f94fee3b468)]] std::set<Txid> GetConflicts(xref:Txid.adoc[Txid] const& txid) const; ---- == Return Value The txids of conflicting wallet transactions. == Parameters [cols="1,4"] |=== | Name| Description | *txid* | The transaction to find conflicts for. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#