[Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfunds

This commit is contained in:
Jonas Schnelli 2016-09-20 16:18:24 +02:00
parent 4335d5a41b
commit c6f5ca822f
No known key found for this signature in database
GPG key ID: 29D4BCB6416F53EC

View file

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