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
parent8b57e899d45db2995807578bead82c2f72587be0 (diff)
parent088930facc9e670f7c9cf9ddcab46efee6a3dd90 (diff)
downloadmonzero-core-b67877af6f7192a302453e542c266a5cfc3182a7.tar.gz
monzero-core-b67877af6f7192a302453e542c266a5cfc3182a7.tar.xz
monzero-core-b67877af6f7192a302453e542c266a5cfc3182a7.zip
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)