1
0
Fork 0
forked from lthn/blockchain

don't register arg_db_engine option in daemon (it's registered in bcs)

This commit is contained in:
sowle 2019-11-14 05:57:02 +03:00
parent a5990a00b7
commit 10ea355ae9
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -147,7 +147,6 @@ int main(int argc, char* argv[])
command_line::add_arg(desc_cmd_sett, command_line::arg_disable_stop_if_time_out_of_sync);
command_line::add_arg(desc_cmd_sett, command_line::arg_disable_stop_on_low_free_space);
command_line::add_arg(desc_cmd_sett, command_line::arg_enable_offers_service);
command_line::add_arg(desc_cmd_sett, command_line::arg_db_engine);
arg_market_disable.default_value = true;