Bugfix: Describe dblogsize option correctly (it refers to the wallet database, not memory pool)

This commit is contained in:
Luke Dashjr
2015-06-27 23:15:11 +00:00
parent caa3d42f06
commit 420a82f1ae
3 changed files with 4 additions and 2 deletions

View File

@@ -20,6 +20,8 @@
#include <db_cxx.h>
static const unsigned int DEFAULT_WALLET_DBLOGSIZE = 100;
extern unsigned int nWalletDBUpdated;
class CDBEnv