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

Commit

Permalink
chore(deps): update lnd-grpc to 0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed Jan 31, 2021
1 parent bd8cb54 commit bab0c4e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
"is-electron-renderer": "2.0.1",
"jstimezonedetect": "1.0.7",
"keytar": "5.6.0",
"lnd-grpc": "0.4.7",
"lnd-grpc": "0.4.8",
"lndconnect": "0.2.10",
"lodash": "4.17.20",
"new-github-issue-url": "0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion renderer/reducers/payment/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export const prepareBolt11Probe = (payReq, feeLimit) => {
finalCltvDelta: getTag(invoice, 'min_final_cltv_expiry') || DEFAULT_CLTV_DELTA,
routeHints: [{ hopHints }],
paymentHash: generateProbeHash(paymentHash),
paymentAddr: Buffer.from(paymentAddress, 'hex'),
paymentAddr: paymentAddress && Buffer.from(paymentAddress, 'hex'),
}
}

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12599,10 +12599,10 @@ [email protected]:
"true-case-path" "^2.2.1"
unzip-stream "^0.3.0"

[email protected].7:
version "0.4.7"
resolved "https://registry.yarnpkg.com/lnd-grpc/-/lnd-grpc-0.4.7.tgz#a69de1d0a9238c3baf14cedc1e9f1896db1e081d"
integrity sha512-/hzdQr5eDwjHAZ5Tcqt5VzzT5loHFZyVWbu9GtqXrBA6BuSN6YNtiaOy0rlLH0+8zEVQcUJPUfFhvAndB0o3QA==
[email protected].8:
version "0.4.8"
resolved "https://registry.yarnpkg.com/lnd-grpc/-/lnd-grpc-0.4.8.tgz#84e079f127682e157071dfae25695223da97a9cd"
integrity sha512-wu10CB+ANiXysXOCLrvpm7PLdsHAepgcxa7HTPcMYVRoU8I8aH8oLaxUvIWJQMBiHfS2vdOrfWTx1Cj/qGc6gQ==
dependencies:
"@grpc/grpc-js" "1.2.5"
"@grpc/proto-loader" "0.5.6"
Expand Down

0 comments on commit bab0c4e

Please sign in to comment.