aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/account.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cryptonote_core/account.h')
-rw-r--r--src/cryptonote_core/account.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/account.h b/src/cryptonote_core/account.h
index 8b525da97..96125eb27 100644
--- a/src/cryptonote_core/account.h
+++ b/src/cryptonote_core/account.h
@@ -31,7 +31,7 @@ namespace cryptonote
{
public:
account_base();
- void generate();
+ void generate(const crypto::secret_key& recovery_key, bool recover);
const account_keys& get_keys() const;
std::string get_public_address_str();