Resubmit unconfirmed wallet transactions to the mempool and peers.
Declared in <wallet/wallet.h>
void
ResubmitWalletTransactions(
node::TxBroadcast broadcast_method,
bool force);
| Name | Description |
|---|---|
| broadcast_method | How the transactions should be broadcast. |
| force | Whether to resend regardless of the usual schedule. |