gen_multisig: generates multisig wallets if participants trust each other

This commit is contained in:
moneromooo-monero 2017-06-30 17:36:31 +01:00
parent 95a21a793d
commit fff871a455
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
9 changed files with 283 additions and 10 deletions

View file

@ -6396,6 +6396,7 @@ int main(int argc, char* argv[])
const auto vm = wallet_args::main(
argc, argv,
"monero-wallet-cli [--wallet-file=<file>|--generate-new-wallet=<file>] [<COMMAND>]",
sw::tr("This is the command line monero wallet. It needs to connect to a monero\ndaemon to work correctly."),
desc_params,
positional_options,
[](const std::string &s, bool emphasis){ tools::scoped_message_writer(emphasis ? epee::console_color_white : epee::console_color_default, true) << s; },