aboutsummaryrefslogtreecommitdiff
path: root/src/txdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/txdb.h')
-rw-r--r--src/txdb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/txdb.h b/src/txdb.h
index ebac81b301..eb8f574e46 100644
--- a/src/txdb.h
+++ b/src/txdb.h
@@ -8,7 +8,7 @@
#include "main.h"
#include "leveldb.h"
-/** CCoinsView backed by the LevelDB coin database (coins/) */
+/** CCoinsView backed by the LevelDB coin database (chainstate/) */
class CCoinsViewDB : public CCoinsView
{
protected:
@@ -25,7 +25,7 @@ public:
bool GetStats(CCoinsStats &stats);
};
-/** Access to the block database (blktree/) */
+/** Access to the block database (blocks/index/) */
class CBlockTreeDB : public CLevelDB
{
public: