mirror of
https://github.com/monero-project/monero.git
synced 2026-01-08 19:31:07 -08:00
gen_multisig: generates multisig wallets if participants trust each other
This commit is contained in:
@@ -85,6 +85,7 @@ namespace wallet_args
|
||||
boost::optional<boost::program_options::variables_map> main(
|
||||
int argc, char** argv,
|
||||
const char* const usage,
|
||||
const char* const notice,
|
||||
boost::program_options::options_description desc_params,
|
||||
const boost::program_options::positional_options_description& positional_options,
|
||||
const std::function<void(const std::string&, bool)> &print,
|
||||
@@ -179,6 +180,9 @@ namespace wallet_args
|
||||
mlog_set_log(command_line::get_arg(vm, arg_log_level).c_str());
|
||||
}
|
||||
|
||||
if (notice)
|
||||
Print(print) << notice << ENDL;
|
||||
|
||||
if (!command_line::is_arg_defaulted(vm, arg_max_concurrency))
|
||||
tools::set_max_concurrency(command_line::get_arg(vm, arg_max_concurrency));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user