Update for 85088c5
[novacoin.git] / src / rpcwallet.cpp
index 5ef253f..bab881d 100644 (file)
@@ -1862,7 +1862,7 @@ Value resendtx(const Array& params, bool fHelp)
             "Re-send unconfirmed transactions.\n"
         );
 
-    ResendWalletTransactions();
+    ResendWalletTransactions(true);
 
     return Value::null;
 }