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 #3777 from mrfelton/feat/lnd-0.14
Browse files Browse the repository at this point in the history
Add support for lnd 0.14
  • Loading branch information
mrfelton authored Dec 12, 2021
2 parents 33fc554 + 25756a5 commit 4013127
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 92 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"config": {
"lnd-binary": {
"binaryVersion": "0.13.1-beta"
"binaryVersion": "0.14.1-beta"
}
},
"browserslist": [
Expand Down Expand Up @@ -287,7 +287,7 @@
"husky": "4.3.0",
"jest": "26.5.3",
"jest-styled-components": "6.3.4",
"lnd-binary": "0.3.22",
"lnd-binary": "0.3.24",
"minimist": "1.2.5",
"mock-spawn": "0.2.6",
"native-ext-loader": "2.3.0",
Expand Down Expand Up @@ -351,7 +351,7 @@
"is-electron-renderer": "2.0.1",
"jstimezonedetect": "1.0.7",
"keytar": "5.6.0",
"lnd-grpc": "0.5.0",
"lnd-grpc": "0.5.2",
"lndconnect": "0.2.10",
"lodash": "4.17.21",
"new-github-issue-url": "0.2.1",
Expand Down
Loading

0 comments on commit 4013127

Please sign in to comment.