mirror of
				https://git.wownero.com/wownero/wownero.git
				synced 2024-08-15 01:03:23 +00:00 
			
		
		
		
	remove warning reusing keys
This commit is contained in:
		
							parent
							
								
									8337a81ef5
								
							
						
					
					
						commit
						0bb22452ac
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -10795,7 +10795,7 @@ int main(int argc, char* argv[])
 | 
				
			||||||
  std::tie(vm, should_terminate) = wallet_args::main(
 | 
					  std::tie(vm, should_terminate) = wallet_args::main(
 | 
				
			||||||
   argc, argv,
 | 
					   argc, argv,
 | 
				
			||||||
   "wownero-wallet-cli [--wallet-file=<filename>|--generate-new-wallet=<filename>] [<COMMAND>]",
 | 
					   "wownero-wallet-cli [--wallet-file=<filename>|--generate-new-wallet=<filename>] [<COMMAND>]",
 | 
				
			||||||
    sw::tr("This is the command line wownero wallet. It needs to connect to a wownero\ndaemon to work correctly.\nWARNING: Do not reuse your Wownero keys on another fork, UNLESS this fork has key reuse mitigations built in. Doing so will harm your privacy."),
 | 
					    sw::tr("This is the command line wownero wallet. It needs to connect to a wownero\ndaemon to work correctly."),
 | 
				
			||||||
    desc_params,
 | 
					    desc_params,
 | 
				
			||||||
    positional_options,
 | 
					    positional_options,
 | 
				
			||||||
    [](const std::string &s, bool emphasis){ tools::scoped_message_writer(emphasis ? epee::console_color_white : epee::console_color_default, true) << s; },
 | 
					    [](const std::string &s, bool emphasis){ tools::scoped_message_writer(emphasis ? epee::console_color_white : epee::console_color_default, true) << s; },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue