Merge pull request #1852

088930fa Problem: misleading information about LMDB storage (Gareth)
release-v0.4.0.1
Riccardo Spagni 7 years ago
commit b67877af6f
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -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)

Loading…
Cancel
Save