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

Name

Description

context

The wallet context whose wallets should be prompted.

Created with MrDocs