[#wallet-CWallet-GetTxConflicts] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::GetTxConflicts :relfileprefix: ../../ :mrdocs: Find wallet transactions that conflict with the given transaction. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e1e597938), requires_capability(0x7f2e11aa86f8), requires_capability(0x7f2e169fe4e8), requires_capability(0x7f2e15f2d988), requires_capability(0x7f2e12c6c618)]] std::set<Txid> GetTxConflicts(xref:wallet/CWalletTx.adoc[CWalletTx] const& wtx) const; ---- == Return Value The txids of conflicting wallet transactions. == Parameters [cols="1,4"] |=== | Name| Description | *wtx* | The transaction to check for conflicts. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#