mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 06:43:45 +01:00
[Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfunds
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user