[#wallet-CWallet-ResubmitWalletTransactions] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::ResubmitWalletTransactions :relfileprefix: ../../ :mrdocs: Resubmit unconfirmed wallet transactions to the mempool and peers. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void ResubmitWalletTransactions( xref:node/TxBroadcast.adoc[node::TxBroadcast] broadcast_method, bool force); ---- == Parameters [cols="1,4"] |=== | Name| Description | *broadcast_method* | How the transactions should be broadcast. | *force* | Whether to resend regardless of the usual schedule. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#