wallet::MaybeResendWalletTxs

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>

void
MaybeResendWalletTxs(WalletContext& context);

Parameters

NameDescription
contextThe wallet context whose wallets should be prompted.