Skip to content

Commit

Permalink
Clarify receive_onchain docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgranhao committed Nov 14, 2024
1 parent b140fd8 commit 1feca69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/sdk-core/src/breez_services.rs
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,8 @@ impl BreezServices {
/// Onchain receive swap API
///
/// Create and start a new swap. A user-selected [OpeningFeeParams] can be optionally set in the argument.
/// If set, and the operation requires a new channel, the SDK will try to use the given fee params.
/// If set, and the operation requires a new channel, the SDK will enforce the use the given fee params.
/// The provided [OpeningFeeParams] need to be valid at the time of swap redeeming.
///
/// Since we only allow one in-progress swap this method will return error if there is currently
/// a swap waiting for confirmation to be redeemed and by that complete the swap.
Expand Down

0 comments on commit 1feca69

Please sign in to comment.