Update LND to 0.14.1

closes #351
This commit is contained in:
Basti 2021-11-30 09:53:33 -06:00
parent a75237e0fb
commit a8948053d6
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
2 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,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.13.1-beta'
node.default['lnd']['revision'] = 'v0.14.1-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'

View File

@ -4,6 +4,8 @@
#
include_recipe "git"
node.override['golang']['version'] = "1.17.4"
include_recipe "golang"
git node['lnd']['source_dir'] do