Skip to content

Commit c6f5ca8

Browse files
committed
[Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfunds
1 parent 4335d5a commit c6f5ca8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/wallet/rpcdump.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,6 @@ UniValue removeprunedfunds(const UniValue& params, bool fHelp)
344344
throw JSONRPCError(RPC_INTERNAL_ERROR, "Transaction does not exist in wallet.");
345345
}
346346

347-
ThreadFlushWalletDB(pwalletMain->strWalletFile);
348-
349347
return NullUniValue;
350348
}
351349

0 commit comments

Comments
 (0)