Upgrade LND to 0.15.4

Fixes a critical issue that prevents block sync in production
This commit is contained in:
Râu Cao
2022-11-03 11:02:52 +01:00
parent 08bcdcc395
commit 0297298ce0
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ node.default['c-lightning']['log_level'] = 'info'
node.default['c-lightning']['public_ip'] = '148.251.237.73'
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']['lnd_dir'] = "/home/#{node['bitcoin']['username']}/.lnd"
node.default['lnd']['alias'] = 'ln2.kosmos.org'