mirror of
https://github.com/monero-project/monero.git
synced 2025-08-24 01:35:01 -04:00
move db specific options to BlockchainDB
Avoids common depending on blockchain_db, which can cause link errors.
This commit is contained in:
parent
72b5f37f58
commit
a95e460c71
6 changed files with 40 additions and 27 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