Upgrade LND to 0.15.4
Fixes a critical issue that prevents block sync in production
This commit is contained in:
		
							parent
							
								
									08bcdcc395
								
							
						
					
					
						commit
						0297298ce0
					
				@ -8,7 +8,7 @@
 | 
				
			|||||||
  "automatic": {
 | 
					  "automatic": {
 | 
				
			||||||
    "fqdn": "bitcoin-2",
 | 
					    "fqdn": "bitcoin-2",
 | 
				
			||||||
    "os": "linux",
 | 
					    "os": "linux",
 | 
				
			||||||
    "os_version": "5.4.0-77-generic",
 | 
					    "os_version": "5.4.0-131-generic",
 | 
				
			||||||
    "hostname": "bitcoin-2",
 | 
					    "hostname": "bitcoin-2",
 | 
				
			||||||
    "ipaddress": "192.168.122.148",
 | 
					    "ipaddress": "192.168.122.148",
 | 
				
			||||||
    "roles": [
 | 
					    "roles": [
 | 
				
			||||||
 | 
				
			|||||||
@ -40,7 +40,7 @@ node.default['c-lightning']['log_level'] = 'info'
 | 
				
			|||||||
node.default['c-lightning']['public_ip'] = '148.251.237.73'
 | 
					node.default['c-lightning']['public_ip'] = '148.251.237.73'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
node.default['lnd']['repo'] = 'https://github.com/lightningnetwork/lnd'
 | 
					node.default['lnd']['repo'] = 'https://github.com/lightningnetwork/lnd'
 | 
				
			||||||
node.default['lnd']['revision'] = 'v0.15.2-beta'
 | 
					node.default['lnd']['revision'] = 'v0.15.4-beta'
 | 
				
			||||||
node.default['lnd']['source_dir'] = '/opt/lnd'
 | 
					node.default['lnd']['source_dir'] = '/opt/lnd'
 | 
				
			||||||
node.default['lnd']['lnd_dir'] = "/home/#{node['bitcoin']['username']}/.lnd"
 | 
					node.default['lnd']['lnd_dir'] = "/home/#{node['bitcoin']['username']}/.lnd"
 | 
				
			||||||
node.default['lnd']['alias'] = 'ln2.kosmos.org'
 | 
					node.default['lnd']['alias'] = 'ln2.kosmos.org'
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user