mirror of
				https://git.wownero.com/wownero/wownero.git
				synced 2024-08-15 01:03:23 +00:00 
			
		
		
		
	defaulted new parameters in modified functions
This commit is contained in:
		
							parent
							
								
									4f382b3830
								
							
						
					
					
						commit
						f70bc3a345
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -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();
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -97,7 +97,7 @@ namespace tools
 | 
			
		|||
      END_SERIALIZE()
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    void generate(const std::string& wallet, const std::string& password, const crypto::secret_key& recovery_param, bool recover = false);
 | 
			
		||||
    void generate(const std::string& wallet, const std::string& password, const crypto::secret_key& recovery_param = crypto::secret_key(), bool recover = false);
 | 
			
		||||
    void load(const std::string& wallet, const std::string& password);
 | 
			
		||||
    void store();
 | 
			
		||||
    cryptonote::account_base& get_account(){return m_account;}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue