aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/walletdb.h
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2017-01-03 14:10:41 -0800
committerPieter Wuille <pieter.wuille@gmail.com>2017-01-03 14:11:11 -0800
commit2a524b8e8fe69ef487fd8ea1b4f7a03f473ed201 (patch)
tree0adf634d3f43b22447ed7139775436a0927e7316 /src/wallet/walletdb.h
parentce5c1f4acae43477989cdf9a82ed33703919cda2 (diff)
parent5394b3940dec1fd35952d344e6373fb7115c5490 (diff)
Merge #8776: Wallet refactoring leading up to multiwallet
5394b39 Wallet: Split main logic from InitLoadWallet into CreateWalletFromFile (Luke Dashjr) fb0c934 Wallet: Let the interval-flushing thread figure out the filename (Luke Dashjr)
Diffstat (limited to 'src/wallet/walletdb.h')
-rw-r--r--src/wallet/walletdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/walletdb.h b/src/wallet/walletdb.h
index eb25ac613d..efb5e54786 100644
--- a/src/wallet/walletdb.h
+++ b/src/wallet/walletdb.h
@@ -182,6 +182,6 @@ private:
};
-void ThreadFlushWalletDB(const std::string& strFile);
+void ThreadFlushWalletDB();
#endif // BITCOIN_WALLET_WALLETDB_H