MCPcopy Create free account
hub / github.com/ElementsProject/elements / MaybeResendWalletTxs

Function MaybeResendWalletTxs

src/wallet/wallet.cpp:1845–1850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1843/** @} */ // end of mapWallet
1844
1845void MaybeResendWalletTxs(WalletContext& context)
1846{
1847 for (const std::shared_ptr<CWallet>& pwallet : GetWallets(context)) {
1848 pwallet->ResendWalletTransactions();
1849 }
1850}
1851
1852
1853/** @defgroup Actions

Callers 1

StartWalletsFunction · 0.85

Calls 2

GetWalletsFunction · 0.85

Tested by

no test coverage detected