aboutsummaryrefslogtreecommitdiff
path: root/src/rpcdump.cpp
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2014-02-28 15:16:25 -0500
committerGavin Andresen <[email protected]>2014-02-28 15:16:25 -0500
commitf60e49d49c72908356d70d05ae30c6e63be2192d (patch)
tree3fdc2c60417664b6b13005b06085d99472cd250b /src/rpcdump.cpp
parentMerge pull request #3750 from gavinandresen/osx_minversion (diff)
parentRemove CWalletTx::vfSpent (diff)
downloaddiscoin-f60e49d49c72908356d70d05ae30c6e63be2192d.tar.xz
discoin-f60e49d49c72908356d70d05ae30c6e63be2192d.zip
Merge pull request #3694 from gavinandresen/vfspent
Remove CWalletTx::vfSpent
Diffstat (limited to 'src/rpcdump.cpp')
-rw-r--r--src/rpcdump.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rpcdump.cpp b/src/rpcdump.cpp
index 9e1d47846..635d4ac19 100644
--- a/src/rpcdump.cpp
+++ b/src/rpcdump.cpp
@@ -128,7 +128,6 @@ Value importprivkey(const Array& params, bool fHelp)
if (fRescan) {
pwalletMain->ScanForWalletTransactions(chainActive.Genesis(), true);
- pwalletMain->ReacceptWalletTransactions();
}
}
@@ -216,7 +215,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)