Browse Source

[Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfunds

Github-Pull: #8765
Rebased-From: c6f5ca822f
0.13
Jonas Schnelli 8 years ago committed by MarcoFalke
parent
commit
62886598db
  1. 2
      src/wallet/rpcdump.cpp

2
src/wallet/rpcdump.cpp

@ -346,8 +346,6 @@ UniValue removeprunedfunds(const UniValue& params, bool fHelp) @@ -346,8 +346,6 @@ UniValue removeprunedfunds(const UniValue& params, bool fHelp)
throw JSONRPCError(RPC_INTERNAL_ERROR, "Transaction does not exist in wallet.");
}
ThreadFlushWalletDB(pwalletMain->strWalletFile);
return NullUniValue;
}

Loading…
Cancel
Save