mirror of
https://github.com/monero-project/monero.git
synced 2025-08-05 23:24:20 -04:00
gen_multisig: generates multisig wallets if participants trust each other
This commit is contained in:
parent
95a21a793d
commit
fff871a455
9 changed files with 283 additions and 10 deletions
|
@ -2361,6 +2361,7 @@ int main(int argc, char** argv) {
|
|||
const auto vm = wallet_args::main(
|
||||
argc, argv,
|
||||
"monero-wallet-rpc [--wallet-file=<file>|--generate-from-json=<file>|--wallet-dir=<directory>] [--rpc-bind-port=<port>]",
|
||||
tools::wallet_rpc_server::tr("This is the RPC monero wallet. It needs to connect to a monero\ndaemon to work correctly."),
|
||||
desc_params,
|
||||
po::positional_options_description(),
|
||||
[](const std::string &s, bool emphasis){ epee::set_console_color(emphasis ? epee::console_color_white : epee::console_color_default, true); std::cout << s << std::endl; if (emphasis) epee::reset_console_color(); },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue