[Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfunds
This commit is contained in:
parent
4335d5a41b
commit
c6f5ca822f
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue