Resubmit unconfirmed wallet transactions to the mempool and peers.

Synopsis

Declared in <wallet/wallet.h>

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

Parameters

Name

Description

broadcast_method

How the transactions should be broadcast.

force

Whether to resend regardless of the usual schedule.

Created with MrDocs