diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-08-15 20:57:09 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-08-15 20:57:09 +0200 |
| commit | 061930d6b482e58f26896b6878b85196dff351c2 (patch) | |
| tree | edc51cb1993dae9118f669e018128ef1ac2dd974 /src/simplewallet/simplewallet.h | |
| parent | 124cbe3cf307e23b8cc1500811aa83274df1e42d (diff) | |
| parent | dee41efa20a2d172f1eb1a478bd4ba7388313279 (diff) | |
| download | monzero-core-061930d6b482e58f26896b6878b85196dff351c2.tar.gz monzero-core-061930d6b482e58f26896b6878b85196dff351c2.tar.xz monzero-core-061930d6b482e58f26896b6878b85196dff351c2.zip | |
Merge pull request #2293
dee41efa simplewallet: mnemonic language command-line arg (Eugene Otto)
Diffstat (limited to 'src/simplewallet/simplewallet.h')
| -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 cca5d4928..8022c9bb2 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -267,6 +267,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 |
