Skip to content

Commit

Permalink
missing zapRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
frnandu committed Dec 31, 2024
1 parent c866f4e commit 8d204a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ndk/lib/domain_layer/usecases/zaps/zaps.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Zaps {

try {
return _lnurl.fetchInvoice(
lnurlResponse: lnurlResponse, amountSats: amountSats);
lnurlResponse: lnurlResponse, amountSats: amountSats, zapRequest: zapRequest);
} catch (e) {
Logger.log.d(e);
return null;
Expand Down

0 comments on commit 8d204a9

Please sign in to comment.