[#wallet-CWallet-SetBroadcastTransactions] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::SetBroadcastTransactions :relfileprefix: ../../ :mrdocs: Set whether this wallet broadcasts transactions. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void SetBroadcastTransactions(bool broadcast); ---- == Parameters [cols="1,4"] |=== | Name| Description | *broadcast* | Whether the wallet should broadcast transactions. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#