mirror of
https://github.com/monero-project/monero.git
synced 2025-08-22 16:49:35 -04:00
Merge pull request #2313
3dd34a49
Cleanup test impact of moving blockchain_db_types() (Howard Chu)80344740
More DB support cleanup (Howard Chu)4c7f8ac0
DB cleanup (Howard Chu)
This commit is contained in:
commit
ff0afc196e
14 changed files with 105 additions and 192 deletions
|
@ -96,7 +96,7 @@ namespace command_line
|
|||
, "checkpoints from DNS server will be enforced"
|
||||
, false
|
||||
};
|
||||
std::string arg_db_type_description = "Specify database type, available: " + boost::algorithm::join(cryptonote::blockchain_db_types, ", ");
|
||||
std::string arg_db_type_description = "Specify database type, available: " + cryptonote::blockchain_db_types(", ");
|
||||
const command_line::arg_descriptor<std::string> arg_db_type = {
|
||||
"db-type"
|
||||
, arg_db_type_description.c_str()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue