Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit 9cd4014

Browse files
halfaliciousgumb0
authored andcommitted
Replaced cpp-ethereum with Aleth
1 parent 0add2b3 commit 9cd4014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/database_layout.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Database Layout
22
===============
33

4-
cpp-ethereum uses three databases, all of them are essentially just
4+
Aleth uses three databases, all of them are essentially just
55
key-value storages (LevelDB or RocksDB is used depending on build
66
settings). Their physical disk locations are as follows:
77

@@ -13,7 +13,7 @@ settings). Their physical disk locations are as follows:
1313

1414
where
1515

16-
``{ETH_DATABASE_DIR}`` - base cpp-ethereum data directory
16+
``{ETH_DATABASE_DIR}`` - base Aleth data directory
1717
``{GENESIS_HASH}`` - hex representation of first 4 bytes of genesis
1818
block hash (``d4e56740`` for main net, ``41941023`` for Ropsten)
1919
``{DATABASE_VERSION}`` - encoded current version of the database layout

0 commit comments

Comments
 (0)