From 8fdc94cc8f0341e96b1edb3a5b56811c0b20bd15 Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Mon, 28 Jan 2013 21:05:26 +0100 Subject: Rename database directories --- src/txdb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/txdb.h') 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: -- cgit v1.2.3