From f70bc3a345ea11190e5b40c0606bb222d7825ea8 Mon Sep 17 00:00:00 2001 From: tom Date: Wed, 4 Jun 2014 21:11:19 -0400 Subject: defaulted new parameters in modified functions --- src/cryptonote_core/account.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cryptonote_core/account.h') diff --git a/src/cryptonote_core/account.h b/src/cryptonote_core/account.h index 96125eb27..745da0897 100644 --- a/src/cryptonote_core/account.h +++ b/src/cryptonote_core/account.h @@ -31,7 +31,7 @@ namespace cryptonote { public: account_base(); - void generate(const crypto::secret_key& recovery_key, bool recover); + void generate(const crypto::secret_key& recovery_key = crypto::secret_key(), bool recover = false); const account_keys& get_keys() const; std::string get_public_address_str(); -- cgit v1.2.3