[#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(0x7ff3720eed98), requires_capability(0x7ff365f1ed98), requires_capability(0x7ff35de5d748), requires_capability(0x7ff35efe2228), requires_capability(0x7ff366fce808)]] 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]#