X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Frpcwallet.cpp;fp=src%2Frpcwallet.cpp;h=bab881d270312f626000a55583decd32b4f5d109;hb=d5c96395c728154d40d426cdac4b9221416b64e8;hp=5ef253fcc90fb2581421033ebea1c6897690bbe9;hpb=727ca3e7b4bcec6d7a3aae1485c84a35ac9df93e;p=novacoin.git diff --git a/src/rpcwallet.cpp b/src/rpcwallet.cpp index 5ef253f..bab881d 100644 --- a/src/rpcwallet.cpp +++ b/src/rpcwallet.cpp @@ -1862,7 +1862,7 @@ Value resendtx(const Array& params, bool fHelp) "Re-send unconfirmed transactions.\n" ); - ResendWalletTransactions(); + ResendWalletTransactions(true); return Value::null; }