mirror of
https://github.com/monero-project/monero.git
synced 2025-12-12 17:59:27 -05:00
Merge pull request #2370
3d19ab70Revert "Cleanup test impact of moving blockchain_db_types()" (Howard Chu)a95e460cmove db specific options to BlockchainDB (moneromooo-monero)
This commit is contained in:
commit
ee1a766861
9 changed files with 40 additions and 40 deletions
|
|
@ -142,7 +142,7 @@ int main(int argc, char const * argv[])
|
|||
|
||||
epee::debug::g_test_dbg_lock_sleep() = command_line::get_arg(vm, command_line::arg_test_dbg_lock_sleep);
|
||||
|
||||
std::string db_type = command_line::get_arg(vm, command_line::arg_db_type);
|
||||
std::string db_type = command_line::get_arg(vm, cryptonote::arg_db_type);
|
||||
|
||||
// verify that blockchaindb type is valid
|
||||
if(!cryptonote::blockchain_valid_db_type(db_type))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue