mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-31 18:41:08 +02:00
Merge #8765: [Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfunds
c6f5ca8
[Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfunds (Jonas Schnelli)
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