diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-06-30 17:36:31 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-12-17 16:12:06 +0000 |
commit | fff871a455a7829d2ccbceb04306365b30bd641e (patch) | |
tree | 33d5e595b94075d7e3625a795186c83b0c3119f1 /src/wallet/wallet_args.h | |
parent | wallet2: allow empty wallet filename to avoid saving data (diff) | |
download | monero-fff871a455a7829d2ccbceb04306365b30bd641e.tar.xz |
gen_multisig: generates multisig wallets if participants trust each other
Diffstat (limited to 'src/wallet/wallet_args.h')
-rw-r--r-- | src/wallet/wallet_args.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet_args.h b/src/wallet/wallet_args.h index 8974098ad..212958988 100644 --- a/src/wallet/wallet_args.h +++ b/src/wallet/wallet_args.h @@ -48,6 +48,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, |