diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-09-21 08:15:24 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-09-21 08:15:33 +0200 |
| commit | b4f53641a95d9d26372c476d5c16887a485f1bfc (patch) | |
| tree | 3b667e9294d4c8f7d378a2dd02d3a7f7d9d6bcac /src | |
| parent | Merge #8739: [qa] Fix broken sendcmpct test in p2p-compactblocks.py (diff) | |
| parent | [Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfunds (diff) | |
| download | discoin-b4f53641a95d9d26372c476d5c16887a485f1bfc.tar.xz discoin-b4f53641a95d9d26372c476d5c16887a485f1bfc.zip | |
Merge #8765: [Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfunds
c6f5ca8 [Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfunds (Jonas Schnelli)
Diffstat (limited to 'src')
| -rw-r--r-- | src/wallet/rpcdump.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wallet/rpcdump.cpp b/src/wallet/rpcdump.cpp index 42ebdb9b9..e80fa7dff 100644 --- a/src/wallet/rpcdump.cpp +++ b/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."); } - ThreadFlushWalletDB(pwalletMain->strWalletFile); - return NullUniValue; } |