aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/walletdb.h
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2016-02-26 12:48:53 +0100
committerMarcoFalke <[email protected]>2016-03-14 13:54:05 +0100
commitfa19b18c6378a570b4129936bde8b52b19e19182 (patch)
treece7e7ac423c4cef28d79e13f497234a4e4e1b92a /src/wallet/walletdb.h
parentMerge #7658: Add curl to Gitian setup instructions (diff)
downloaddiscoin-fa19b18c6378a570b4129936bde8b52b19e19182.tar.xz
discoin-fa19b18c6378a570b4129936bde8b52b19e19182.zip
[wallet] Move hardcoded file name out of log messages
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 8da33dead..7e8cc4084 100644
--- a/src/wallet/walletdb.h
+++ b/src/wallet/walletdb.h
@@ -73,7 +73,7 @@ public:
}
};
-/** Access to the wallet database (wallet.dat) */
+/** Access to the wallet database */
class CWalletDB : public CDB
{
public: