mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04: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
@ -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 New Issue
Block a user