aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/walletdb.h
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2016-05-25 18:06:23 +0200
committerPieter Wuille <pieter.wuille@gmail.com>2016-05-25 18:08:06 +0200
commitf6b7df3155ddb4cedfbcf5d3eb3383d4614b3a85 (patch)
tree3650807620c9f236f73fe68f75aecc68506ed892 /src/wallet/walletdb.h
parentd72098038f3b55a714ed8adb34fab547b15eb0d5 (diff)
parent380498aba4f6aebe53a8241f163e3c7fe424b7e0 (diff)
downloadbitcoin-f6b7df3155ddb4cedfbcf5d3eb3383d4614b3a85.tar.xz
Merge #8061: [Wallet] Improve Wallet encapsulation
380498a Move BackupWallet to CWallet::BackupWallet (Patrick Strateman) ecb9741 Move GetAccountBalance from rpcwallet.cpp into CWallet::GetAccountBalance (Patrick Strateman)
Diffstat (limited to 'src/wallet/walletdb.h')
-rw-r--r--src/wallet/walletdb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/walletdb.h b/src/wallet/walletdb.h
index 5345c0907e..00c10ea70f 100644
--- a/src/wallet/walletdb.h
+++ b/src/wallet/walletdb.h
@@ -141,7 +141,6 @@ private:
bool WriteAccountingEntry(const uint64_t nAccEntryNum, const CAccountingEntry& acentry);
};
-bool BackupWallet(const CWallet& wallet, const std::string& strDest);
void ThreadFlushWalletDB(const std::string& strFile);
#endif // BITCOIN_WALLET_WALLETDB_H