diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-10-04 19:01:33 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-10-04 19:01:56 +0100 |
commit | 180bcde866cb74fe1e86c16e1357a2e4eae14ee5 (patch) | |
tree | 1b8bb98b7792b935e0339ab6d7f9a175423c1f8e /src/daemon | |
parent | db_bdb: fix hard fork keys (diff) | |
download | monero-180bcde866cb74fe1e86c16e1357a2e4eae14ee5.tar.xz |
build: default to Berkeley DB for 32 bit and ARM
Diffstat (limited to 'src/daemon')
-rw-r--r-- | src/daemon/command_line_args.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/command_line_args.h b/src/daemon/command_line_args.h index ba98a6ea1..8da470c86 100644 --- a/src/daemon/command_line_args.h +++ b/src/daemon/command_line_args.h @@ -73,7 +73,7 @@ namespace daemon_args const command_line::arg_descriptor<std::string> arg_db_type = { "db-type" , "Specify database type" - , "lmdb" + , DEFAULT_DB_TYPE }; const command_line::arg_descriptor<uint64_t> arg_prep_blocks_threads = { "prep-blocks-threads" |