Rename src/blockchain_converter/ to src/blockchain_utilities/

Update appropriate files (CMakeLists.txt, README.md)
pull/95/head
warptangent 9 years ago
parent ed9c639612
commit ac011b4312
No known key found for this signature in database
GPG Key ID: 0E490BEBFBE4E92D

@ -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)

@ -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:
Loading…
Cancel
Save