diff options
Diffstat (limited to 'src/rpcdump.cpp')
| -rw-r--r-- | src/rpcdump.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/rpcdump.cpp b/src/rpcdump.cpp index 9e1d47846..41f2a57ec 100644 --- a/src/rpcdump.cpp +++ b/src/rpcdump.cpp @@ -14,7 +14,6 @@ #include <boost/algorithm/string.hpp> #include <boost/date_time/posix_time/posix_time.hpp> -#include <boost/lexical_cast.hpp> #include "json/json_spirit_value.h" using namespace json_spirit; @@ -128,7 +127,6 @@ Value importprivkey(const Array& params, bool fHelp) if (fRescan) { pwalletMain->ScanForWalletTransactions(chainActive.Genesis(), true); - pwalletMain->ReacceptWalletTransactions(); } } @@ -216,7 +214,6 @@ Value importwallet(const Array& params, bool fHelp) LogPrintf("Rescanning last %i blocks\n", chainActive.Height() - pindex->nHeight + 1); pwalletMain->ScanForWalletTransactions(pindex); - pwalletMain->ReacceptWalletTransactions(); pwalletMain->MarkDirty(); if (!fGood) |