[Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfunds

This commit is contained in:
Jonas Schnelli
2016-09-20 16:18:24 +02:00
committed by lateminer
parent 2b9c31046b
commit 22bebdaacd

View File

@@ -338,8 +338,6 @@ UniValue removeprunedfunds(const UniValue& params, bool fHelp)
throw JSONRPCError(RPC_INTERNAL_ERROR, "Transaction does not exist in wallet.");
}
ThreadFlushWalletDB(pwalletMain->strWalletFile);
return NullUniValue;
}