[Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfunds

Github-Pull: #8765
Rebased-From: c6f5ca822f
This commit is contained in:
Jonas Schnelli 2016-09-20 16:18:24 +02:00 committed by MarcoFalke
parent 2a8bca465d
commit 62886598db
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}