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

Commit

Permalink
fix(lnd): improve handling for detecting wallet state
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed Jan 12, 2022
1 parent d03d7bc commit d0c1702
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -351,7 +351,7 @@
"is-electron-renderer": "2.0.1",
"jstimezonedetect": "1.0.7",
"keytar": "5.6.0",
"lnd-grpc": "0.5.2",
"lnd-grpc": "0.5.3",
"lndconnect": "0.2.10",
"lodash": "4.17.21",
"new-github-issue-url": "0.2.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -13860,10 +13860,10 @@ lnd-binary@0.3.24:
"true-case-path" "2.2.1"
unzip-stream "0.3.1"

lnd-grpc@0.5.2:
version "0.5.2"
resolved "https://registry.yarnpkg.com/lnd-grpc/-/lnd-grpc-0.5.2.tgz#4c0f32b062b0329fb3c272c6163057430fc64841"
integrity sha512-es7fuR4dZBdVMGxCfmnyWFVQWRlyt/4My4aVIvK3nBxFG5+I4dwK185sttWsChskUdoMsblE4rkrduznYgEYng==
lnd-grpc@0.5.3:
version "0.5.3"
resolved "https://registry.yarnpkg.com/lnd-grpc/-/lnd-grpc-0.5.3.tgz#712f02bb8df61c640c102600746c0f8607a5e4d5"
integrity sha512-LGC+swl9XWoNegQANvwE1sX479e4yV9XQGunb4gTzDNQN5EkrkI+cvqtzUpDnrlGkpw1sZ8f5HGReEgBnelAQw==
dependencies:
"@grpc/grpc-js" "1.3.7"
"@grpc/proto-loader" "0.6.4"
Expand Down

0 comments on commit d0c1702

Please sign in to comment.