mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
[Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfunds
This commit is contained in:
parent
4335d5a41b
commit
c6f5ca822f
@ -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 New Issue
Block a user