This repository was archived by the owner on Oct 28, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Every record is:
3333
3434Low-level access to both Blocks and Extras databases is encapsulated in
3535`BlockChain
36- class <https://github.com/ethereum/cpp-ethereum /blob/develop /libethereum/BlockChain.h> `__.
36+ class <https://github.com/ethereum/aleth /blob/master /libethereum/BlockChain.h> `__.
3737
3838Extras
3939------
@@ -99,11 +99,11 @@ database stores the nodes of this trie.
9999 ``hash + 255 => preimage `` (``+ `` is concatenation).
100100
101101For the code managing the state see `State
102- class <https://github.com/ethereum/cpp-ethereum /blob/develop /libethereum/State.h> `__
102+ class <https://github.com/ethereum/aleth /blob/master /libethereum/State.h> `__
103103(also note free function ``commit `` there). Merkle Patricia Trie
104104implemenation is in
105- `TrieDB.h <https://github.com/ethereum/cpp-ethereum /blob/develop /libdevcore/TrieDB.h >`__.
105+ `TrieDB.h <https://github.com/ethereum/aleth /blob/master /libdevcore/TrieDB.h >`__.
106106For lower-level code accessing the database itself see
107- `OverlayDB <https://github.com/ethereum/cpp-ethereum /blob/develop /libdevcore/OverlayDB.h >`__
107+ `OverlayDB <https://github.com/ethereum/aleth /blob/master /libdevcore/OverlayDB.h >`__
108108and
109- `MemoryDB <https://github.com/ethereum/cpp-ethereum /blob/develop /libdevcore/MemoryDB.h >`__.
109+ `MemoryDB <https://github.com/ethereum/aleth /blob/master /libdevcore/MemoryDB.h >`__.
You can’t perform that action at this time.
0 commit comments