aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/db.h
diff options
context:
space:
mode:
authorLuke Dashjr <[email protected]>2015-06-27 23:15:11 +0000
committerLuke Dashjr <[email protected]>2015-10-01 23:16:42 +0000
commit420a82f1ae2f56938ea935fbdbb60e47685684c7 (patch)
treeda4cc0037c4e545cf3720a3ea5933313721d8780 /src/wallet/db.h
parentBugfix: RPC: blockchain: Display correct defaults in help for verifychain method (diff)
downloaddiscoin-420a82f1ae2f56938ea935fbdbb60e47685684c7.tar.xz
discoin-420a82f1ae2f56938ea935fbdbb60e47685684c7.zip
Bugfix: Describe dblogsize option correctly (it refers to the wallet database, not memory pool)
Diffstat (limited to 'src/wallet/db.h')
-rw-r--r--src/wallet/db.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet/db.h b/src/wallet/db.h
index 64071caa3..46bc0ac0a 100644
--- a/src/wallet/db.h
+++ b/src/wallet/db.h
@@ -20,6 +20,8 @@
#include <db_cxx.h>
+static const unsigned int DEFAULT_WALLET_DBLOGSIZE = 100;
+
extern unsigned int nWalletDBUpdated;
class CDBEnv