wallet::CWallet::ResubmitWalletTransactions

Resubmit unconfirmed wallet transactions to the mempool and peers.

Synopsis

Declared in <wallet/wallet.h>

void
ResubmitWalletTransactions(
    node::TxBroadcast broadcast_method,
    bool force);

Parameters

NameDescription
broadcast_methodHow the transactions should be broadcast.
forceWhether to resend regardless of the usual schedule.