From ad96c478b1cd03bd3efc03ea8fb26c1177a3c778 Mon Sep 17 00:00:00 2001 From: stoffu Date: Tue, 10 Oct 2017 08:31:46 +0900 Subject: wallet-cli: added --generate-from-spend-key option --- src/simplewallet/simplewallet.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/simplewallet/simplewallet.h') 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; -- cgit v1.2.3