mirror of
				https://git.wownero.com/wownero/wownero.git
				synced 2024-08-15 01:03:23 +00:00 
			
		
		
		
	wallet seed message spacing
This commit is contained in:
		
							parent
							
								
									0bb22452ac
								
							
						
					
					
						commit
						f409249b78
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -4100,8 +4100,8 @@ bool simple_wallet::ask_wallet_create_if_needed()
 | 
			
		|||
 */
 | 
			
		||||
void simple_wallet::print_seed(const epee::wipeable_string &seed)
 | 
			
		||||
{
 | 
			
		||||
  success_msg_writer(true) << "\n" << boost::format(tr("NOTE: the following %s can be used to recover access to your wallet. "
 | 
			
		||||
    "Write them down and store them somewhere safe and secure. Please do not store them in "
 | 
			
		||||
  success_msg_writer(true) << "\n" << boost::format(tr("NOTE: the following %s can be used to recover access to your wallet.\n"
 | 
			
		||||
    "Write them down and store them somewhere safe and secure. Please do not store them in \n"
 | 
			
		||||
    "your email or on file storage services outside of your immediate control.\n")) % (m_wallet->multisig() ? tr("string") : tr("25 words"));
 | 
			
		||||
  // don't log
 | 
			
		||||
  int space_index = 0;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue