Rename database directories
This commit is contained in:
committed by
Pieter Wuille
parent
d0809a1925
commit
8fdc94cc8f
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user