Skip to content

Commit

Permalink
Merge branch 'main' into mock-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-21 committed Jun 7, 2024
2 parents 3fc5967 + 109c312 commit 02a407f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,10 @@ impl LightningNode {

/// Withdraw an LNURL-withdraw the provided amount.
///
/// A successful return means the LNURL-withdraw service has started a payment.
/// Only after the event [`EventsCallback::payment_received`] can the payment be considered
/// received.
///
/// Parameters:
/// * `lnurl_withdraw_request_data` - LNURL-withdraw request data as obtained from [`LightningNode::decode_data`]
/// * `amount_sat` - amount to be withdraw
Expand Down

0 comments on commit 02a407f

Please sign in to comment.