diff options
author | stoffu <stoffu@protonmail.ch> | 2017-10-10 08:31:46 +0900 |
---|---|---|
committer | stoffu <stoffu@protonmail.ch> | 2017-11-14 16:30:59 +0900 |
commit | ad96c478b1cd03bd3efc03ea8fb26c1177a3c778 (patch) | |
tree | b8dffca1df9d67dd5e4b81e861a3ed3c9a4b009b /src/simplewallet/simplewallet.h | |
parent | Merge pull request #2694 (diff) | |
download | monero-ad96c478b1cd03bd3efc03ea8fb26c1177a3c778.tar.xz |
wallet-cli: added --generate-from-spend-key option
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 639cee642..8100fda55 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -281,6 +281,7 @@ namespace cryptonote std::string m_wallet_file; std::string m_generate_new; std::string m_generate_from_view_key; + std::string m_generate_from_spend_key; std::string m_generate_from_keys; std::string m_generate_from_multisig_keys; std::string m_generate_from_json; |