mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Rename src/blockchain_converter/ to src/blockchain_utilities/
Update appropriate files (CMakeLists.txt, README.md)
This commit is contained in:
parent
ed9c639612
commit
ac011b4312
10 changed files with 2 additions and 2 deletions
|
@ -102,4 +102,4 @@ add_subdirectory(simplewallet)
|
|||
add_subdirectory(daemonizer)
|
||||
add_subdirectory(daemon)
|
||||
|
||||
add_subdirectory(blockchain_converter)
|
||||
add_subdirectory(blockchain_utilities)
|
||||
|
|
|
@ -9,7 +9,7 @@ This is also the default compile setting on the blockchain branch.
|
|||
|
||||
By default, the exporter will use the original in-memory database (blockchain.bin) as its source.
|
||||
This default is to make migrating to an LMDB database easy, without having to recompile anything.
|
||||
To change the source, adjust `SOURCE_DB` in `src/blockchain_converter/bootstrap_file.h` according to the comments.
|
||||
To change the source, adjust `SOURCE_DB` in `src/blockchain_utilities/bootstrap_file.h` according to the comments.
|
||||
|
||||
# Usage:
|
||||
|
Loading…
Reference in a new issue