mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-07 08:50:26 +02: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.");
|
throw JSONRPCError(RPC_INTERNAL_ERROR, "Transaction does not exist in wallet.");
|
||||||
}
|
}
|
||||||
|
|
||||||
ThreadFlushWalletDB(pwalletMain->strWalletFile);
|
|
||||||
|
|
||||||
return NullUniValue;
|
return NullUniValue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user