aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-03-08 17:39:32 +0000
committerRiccardo Spagni <ric@spagni.net>2017-03-08 17:39:32 +0000
commitb67877af6f7192a302453e542c266a5cfc3182a7 (patch)
treef58b6fbd5fc2af9692a839e253c7f3299bf1f401
parentMerge pull request #1840 (diff)
parentProblem: misleading information about LMDB storage (diff)
downloadmonero-b67877af6f7192a302453e542c266a5cfc3182a7.tar.xz
Merge pull request #1852
088930fa Problem: misleading information about LMDB storage (Gareth)
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 34c745cdf..8fbceeeb5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -228,8 +228,8 @@ if(STATIC)
endif()
endif()
-# default database:
-# should be lmdb for testing, memory for production still
+# Set default blockchain storage location:
+# memory was the default in Cryptonote before Monero implimented LMDB, it still works but is unneccessary.
# set(DATABASE memory)
set(DATABASE lmdb)