[Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfunds
This commit is contained in:
committed by
lateminer
parent
2b9c31046b
commit
22bebdaacd
@@ -338,8 +338,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