aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_utilities/README.md
diff options
context:
space:
mode:
authorwarptangent <warptangent@inbox.com>2015-05-08 14:20:32 -0700
committerwarptangent <warptangent@inbox.com>2015-05-08 14:24:51 -0700
commitac011b43126cc4dce4c3ee0c0f3e406f99a0f514 (patch)
treebff39e4cc466874cc6cbe312e7f658e595f4947b /src/blockchain_utilities/README.md
parentAdd --block-number option to blockchain_import (diff)
downloadmonero-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/blockchain_utilities/README.md (renamed from src/blockchain_converter/README.md)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blockchain_converter/README.md b/src/blockchain_utilities/README.md
index ea9aec24a..ecf8a7c42 100644
--- a/src/blockchain_converter/README.md
+++ b/src/blockchain_utilities/README.md
@@ -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: