Browse Source

[Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfunds

0.14
Jonas Schnelli 8 years ago
parent
commit
c6f5ca822f
No known key found for this signature in database
GPG Key ID: 29D4BCB6416F53EC
  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