Skip to content

Commit

Permalink
Update return type of lnurlWithdraw on sdk-flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemyerebasmaz committed Sep 21, 2023
1 parent a49e0b3 commit cdd81b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/sdk-flutter/lib/breez_bridge.dart
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ class BreezSDK {
/// This call will validate the given `amount_sats` against the parameters
/// of the LNURL endpoint (`req_data`). If they match the endpoint requirements, the LNURL withdraw
/// request is made. A successful result here means the endpoint started the payment.
Future<LnUrlCallbackStatus> lnurlWithdraw({
Future<LnUrlWithdrawCallbackStatus> lnurlWithdraw({
required int amountSats,
String? description,
required LnUrlWithdrawRequestData reqData,
Expand Down

0 comments on commit cdd81b8

Please sign in to comment.