diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-03-08 17:39:32 +0000 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-03-08 17:39:32 +0000 |
commit | b67877af6f7192a302453e542c266a5cfc3182a7 (patch) | |
tree | f58b6fbd5fc2af9692a839e253c7f3299bf1f401 | |
parent | Merge pull request #1840 (diff) | |
parent | Problem: misleading information about LMDB storage (diff) | |
download | monero-b67877af6f7192a302453e542c266a5cfc3182a7.tar.xz |
Merge pull request #1852
088930fa Problem: misleading information about LMDB storage (Gareth)
-rw-r--r-- | CMakeLists.txt | 4 |
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) |