X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fmain.cpp;h=bdc7e8d6d3e55029aba4a490d78b86ca25986a39;hb=15e9a03687e99d6b1a7a90e56e69a37faa6bb9b8;hp=3ab03f2686f2215a1c6f97474eac0a8d38bc9abb;hpb=9d14e64825d95061ea0857267646dfcb3d62e07a;p=novacoin.git diff --git a/src/main.cpp b/src/main.cpp index 3ab03f2..bdc7e8d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -181,10 +181,10 @@ void static Inventory(const uint256& hash) } // ask wallets to resend their transactions -void ResendWalletTransactions() +void ResendWalletTransactions(bool fForceResend) { BOOST_FOREACH(CWallet* pwallet, setpwalletRegistered) - pwallet->ResendWalletTransactions(); + pwallet->ResendWalletTransactions(fForceResend); }