Rename src/blockchain_converter/ to src/blockchain_utilities/

Update appropriate files (CMakeLists.txt, README.md)
This commit is contained in:
warptangent 2015-05-08 14:20:32 -07:00
parent ed9c639612
commit ac011b4312
No known key found for this signature in database
GPG key ID: 0E490BEBFBE4E92D
10 changed files with 2 additions and 2 deletions

View file

@ -102,4 +102,4 @@ add_subdirectory(simplewallet)
add_subdirectory(daemonizer) add_subdirectory(daemonizer)
add_subdirectory(daemon) add_subdirectory(daemon)
add_subdirectory(blockchain_converter) add_subdirectory(blockchain_utilities)

View file

@ -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. 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. 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: # Usage: