aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2016-09-20 16:18:24 +0200
committerMarcoFalke <falke.marco@gmail.com>2016-10-03 10:55:31 +0200
commit62886598dbed82a6ce2d987ad345ebf710751d26 (patch)
tree1862d616a4a59f7043fd970374cb1dbfae4bc892 /src/wallet
parent2a8bca465dfd24cb7722d63d41bd67b0ba3dcb5c (diff)
downloadbitcoin-62886598dbed82a6ce2d987ad345ebf710751d26.tar.xz
[Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfunds
Github-Pull: #8765 Rebased-From: c6f5ca822f1308983431bf1b3c91f8aaccff51a0
Diffstat (limited to 'src/wallet')
-rw-r--r--src/wallet/rpcdump.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wallet/rpcdump.cpp b/src/wallet/rpcdump.cpp
index 443441a36a..34b8c1fb79 100644
--- a/src/wallet/rpcdump.cpp
+++ b/src/wallet/rpcdump.cpp
@@ -346,8 +346,6 @@ UniValue removeprunedfunds(const UniValue& params, bool fHelp)
throw JSONRPCError(RPC_INTERNAL_ERROR, "Transaction does not exist in wallet.");
}
- ThreadFlushWalletDB(pwalletMain->strWalletFile);
-
return NullUniValue;
}