X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Frpcwallet.cpp;h=bab881d270312f626000a55583decd32b4f5d109;hb=85088c59fcf0c562afcdb805c35d732de2a49ccb;hp=5ef253fcc90fb2581421033ebea1c6897690bbe9;hpb=f3119076fb8c5dc4f1acd65b2f6681a6a61af92c;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; }