diff options
Diffstat (limited to 'src/txdb.h')
-rw-r--r-- | src/txdb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/txdb.h b/src/txdb.h index 47496eddba..f59fc5da86 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: |