Browse Source

Merge #8765: [Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfunds

c6f5ca8 [Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfunds (Jonas Schnelli)
0.14
Wladimir J. van der Laan 8 years ago
parent
commit
b4f53641a9
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 2
      src/wallet/rpcdump.cpp

2
src/wallet/rpcdump.cpp

@ -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;
} }

Loading…
Cancel
Save