Skip to content

Commit

Permalink
Merge pull request monero-project#49 from stoffu/aeon-disable-ledger
Browse files Browse the repository at this point in the history
simplewallet: disable hardware wallet creation for now
  • Loading branch information
aeonix committed Aug 10, 2018
2 parents 2a4558e + 68c5e20 commit a84a70a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/simplewallet/simplewallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7596,7 +7596,9 @@ int main(int argc, char* argv[])
tools::wallet2::init_options(desc_params);
command_line::add_arg(desc_params, arg_wallet_file);
command_line::add_arg(desc_params, arg_generate_new_wallet);
#if 0
command_line::add_arg(desc_params, arg_generate_from_device);
#endif
command_line::add_arg(desc_params, arg_generate_from_view_key);
command_line::add_arg(desc_params, arg_generate_from_spend_key);
command_line::add_arg(desc_params, arg_generate_from_keys);
Expand Down

0 comments on commit a84a70a

Please sign in to comment.