Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
lint on LND version
Browse files Browse the repository at this point in the history
Signed-off-by: willcl-ark <[email protected]>
  • Loading branch information
willcl-ark committed Jul 25, 2019
1 parent 7c73450 commit 051bc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/travis_before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sudo cp ${TRAVIS_BUILD_DIR}/bitcoin-${CORE_VERSION}/bin/bitcoin-cli /usr/local/b
# Install LND
#############

export LND_VERSION="/v0.7.1-beta-rc1"
export LND_VERSION="v0.7.1-beta-rc1"

# Install LND
wget https://github.com/lightningnetwork/lnd/releases/download/${LND_VERSION}/lnd-linux-amd64-${LND_VERSION}.tar.gz
Expand Down

0 comments on commit 051bc66

Please sign in to comment.