Skip to content

Commit

Permalink
required changes for LNC
Browse files Browse the repository at this point in the history
  • Loading branch information
myxmaster committed Apr 21, 2024
1 parent 1362247 commit 16615ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backends/LightningNodeConnect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ export default class LightningNodeConnect {
private: data.private,
r_preimage: data.preimage
? Base64Utils.hexToBase64(data.preimage)
: undefined
: undefined,
route_hints: data.route_hints
})
.then((data: lnrpc.AddInvoiceResponse) => snakeize(data));
getPayments = async () =>
Expand Down

0 comments on commit 16615ba

Please sign in to comment.