diff options
author | warptangent <warptangent@inbox.com> | 2015-05-08 14:20:32 -0700 |
---|---|---|
committer | warptangent <warptangent@inbox.com> | 2015-05-08 14:24:51 -0700 |
commit | ac011b43126cc4dce4c3ee0c0f3e406f99a0f514 (patch) | |
tree | bff39e4cc466874cc6cbe312e7f658e595f4947b /src/CMakeLists.txt | |
parent | Add --block-number option to blockchain_import (diff) | |
download | monero-ac011b43126cc4dce4c3ee0c0f3e406f99a0f514.tar.xz |
Rename src/blockchain_converter/ to src/blockchain_utilities/
Update appropriate files (CMakeLists.txt, README.md)
Diffstat (limited to '')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e454b92fd..c81199e07 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -102,4 +102,4 @@ add_subdirectory(simplewallet) add_subdirectory(daemonizer) add_subdirectory(daemon) -add_subdirectory(blockchain_converter) +add_subdirectory(blockchain_utilities) |