Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 89eec8f

Browse files
authored
Merge pull request #1058 from lightninglabs/upgrade-lnd
Upgrade lnd
2 parents e05c741 + ce9a99b commit 89eec8f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ matrix:
1313

1414
env:
1515
global:
16-
- LND_TAG=c0141a7bc1a9e6966d1eb273e0df527236cf44ad
16+
- LND_TAG=a3c980b1e8fe12873ad364337b3379bb7b457cf4
1717
- BTCD_TAG=aa6e0f35703c1438cc45860ddc0c3f6e6c633c93
1818
- GO_TAG=1.12.1
1919
- GOROOT=$HOME/go

public/lnd-child-process.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ module.exports.startLndProcess = async function({
8686
'--bitcoin.testnet',
8787
'--bitcoin.node=neutrino',
8888
'--neutrino.connect=btcd-testnet.lightning.computer',
89+
'--neutrino.feeurl=https://nodes.lightning.computer/fees/v1/btctestnet-fee-estimates.json',
8990
]);
9091
}
9192
args = args.concat(lndArgs);

0 commit comments

Comments
 (0)