[#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(0x7f2e1e599ae8), requires_capability(0x7f2e11aaa8a8), requires_capability(0x7f2e16a00698), requires_capability(0x7f2e15f2fb38), requires_capability(0x7f2e12c6e7c8)]] 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]#