Merge pull request #2370

3d19ab70 Revert "Cleanup test impact of moving blockchain_db_types()" (Howard Chu)
a95e460c move db specific options to BlockchainDB (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2017-09-02 11:30:37 +02:00
commit ee1a766861
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
9 changed files with 40 additions and 40 deletions

View file

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