aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorstoffu <stoffu@protonmail.ch>2017-10-10 08:31:46 +0900
committerstoffu <stoffu@protonmail.ch>2017-11-14 16:30:59 +0900
commitad96c478b1cd03bd3efc03ea8fb26c1177a3c778 (patch)
treeb8dffca1df9d67dd5e4b81e861a3ed3c9a4b009b /src/simplewallet/simplewallet.h
parentMerge pull request #2694 (diff)
downloadmonero-ad96c478b1cd03bd3efc03ea8fb26c1177a3c778.tar.xz
wallet-cli: added --generate-from-spend-key option
Diffstat (limited to '')
-rw-r--r--src/simplewallet/simplewallet.h1
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;