Skip to content

Commit b4f5364

Browse files
committed
Merge #8765: [Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfunds
c6f5ca8 [Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfunds (Jonas Schnelli)
2 parents 1c24d5f + c6f5ca8 commit b4f5364

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)