diff options
author | Eugene Otto <eugene.otto@gmail.com> | 2017-08-13 20:00:25 -0700 |
---|---|---|
committer | Eugene Otto <eugene.otto@gmail.com> | 2017-08-13 20:00:25 -0700 |
commit | dee41efa20a2d172f1eb1a478bd4ba7388313279 (patch) | |
tree | 1ecdaf61213a4cbddd54ffb7311882fcb43fa228 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #2284 (diff) | |
download | monero-dee41efa20a2d172f1eb1a478bd4ba7388313279.tar.xz |
simplewallet: mnemonic language command-line arg
Add `--mnemonic-language` command-line arg so it's possible to generate a wallet
without interacting with the CLI.
Diffstat (limited to '')
-rw-r--r-- | src/simplewallet/simplewallet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index 1fb85a3c7..3cfe08082 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -266,6 +266,7 @@ namespace cryptonote std::string m_generate_from_keys; std::string m_generate_from_multisig_keys; std::string m_generate_from_json; + std::string m_mnemonic_language; std::string m_import_path; std::string m_electrum_seed; // electrum-style seed parameter |