Skip to content

Commit

Permalink
chore: add comment that sendMultiPayment method may change
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Jan 23, 2024
1 parent 9bd01da commit f60f4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webln/NostrWeblnProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ export class NostrWebLNProvider implements WebLNProvider, Nip07Provider {
);
}

// NOTE: this method may change - it has not been proposed to be added to the WebLN spec yet.
async sendMultiPayment(
paymentRequests: string[],
): Promise<SendMultiPaymentResponse> {
Expand Down Expand Up @@ -773,7 +774,6 @@ export class NostrWebLNProvider implements WebLNProvider, Nip07Provider {
if (dTag === undefined) {
throw new Error("No d tag found in response event");
}
// console.info("dTag", dTag);
results.push({
...response.result,
dTag,
Expand Down

0 comments on commit f60f4d9

Please sign in to comment.