[#wallet-MaybeResendWalletTxs] = xref:wallet.adoc[wallet]::MaybeResendWalletTxs :relfileprefix: ../ :mrdocs: Called periodically by the schedule thread. Prompts individual wallets to resend their transactions. Actual rebroadcast schedule is managed by the wallets themselves. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void MaybeResendWalletTxs(xref:wallet/WalletContext.adoc[WalletContext]& context); ---- == Parameters [cols="1,4"] |=== | Name| Description | *context* | The wallet context whose wallets should be prompted. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#