mirror of
				https://git.wownero.com/wownero/wownero.git
				synced 2024-08-15 01:03:23 +00:00 
			
		
		
		
	wallet2: check wallet compatibility with daemon's hard fork version
This commit is contained in:
		
							parent
							
								
									af4f97bf66
								
							
						
					
					
						commit
						864a78ee5f
					
				
					 15 changed files with 251 additions and 30 deletions
				
			
		| 
						 | 
				
			
			@ -55,7 +55,7 @@ monerod_extra = [
 | 
			
		|||
  ["--add-exclusive-node", "127.0.0.1:18283"],
 | 
			
		||||
  ["--add-exclusive-node", "127.0.0.1:18282"],
 | 
			
		||||
]
 | 
			
		||||
wallet_base = [builddir + "/bin/monero-wallet-rpc", "--wallet-dir", WALLET_DIRECTORY, "--rpc-bind-port", "wallet_port", "--disable-rpc-login", "--rpc-ssl", "disabled", "--daemon-ssl", "disabled", "--log-level", "1"]
 | 
			
		||||
wallet_base = [builddir + "/bin/monero-wallet-rpc", "--wallet-dir", WALLET_DIRECTORY, "--rpc-bind-port", "wallet_port", "--disable-rpc-login", "--rpc-ssl", "disabled", "--daemon-ssl", "disabled", "--log-level", "1", "--allow-mismatched-daemon-version"]
 | 
			
		||||
wallet_extra = [
 | 
			
		||||
  ["--daemon-port", "18180"],
 | 
			
		||||
  ["--daemon-port", "18180"],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue