Skip to content

Commit

Permalink
feat: add custom records in outgoing payments (#3106)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanjoshi914 authored Apr 29, 2024
1 parent 42ae296 commit 4c867c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extension/background-script/connectors/lndhub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ export default class LndHub implements Connector {
(transaction, index): ConnectorTransaction => ({
id: `${index}`,
memo: transaction.memo,
custom_records: transaction.custom_records,
preimage: transaction.payment_preimage,
payment_hash: Buffer.from(transaction.payment_hash.data).toString(
"hex"
Expand Down

0 comments on commit 4c867c0

Please sign in to comment.