Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2658 from mrfelton/chore/update-lnd
Browse files Browse the repository at this point in the history
fix(deps): update lnd to v0.7.1-beta-3-g26af2265
  • Loading branch information
mrfelton authored Jul 31, 2019
2 parents 91646ea + 1f7ee8e commit a374623
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
os: unstable

platform:
- x64

environment:
DEBUG: electron-builder
matrix:
- nodejs_version: STABLE
nodejs_version: STABLE

init:
- ps: Install-Product node $env:nodejs_version
- ps: Install-Product node $env:nodejs_version x64
- cmd: set NODE_OPTIONS=--max-old-space-size=1024

cache:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"config": {
"lnd-binary": {
"binaryVersion": "0.7.1-beta-rc2-3-g3d84693a",
"binaryVersion": "0.7.1-beta-3-g26af2265",
"binarySite": "https://github.com/LN-Zap/lnd/releases/download"
}
},
Expand Down

0 comments on commit a374623

Please sign in to comment.