Skip to content

Commit

Permalink
Merge pull request #534 from danielgranhao/19-10-2023-document-refund…
Browse files Browse the repository at this point in the history
…-return

Document the return of `BreezServices::refund()`
  • Loading branch information
roeierez authored Oct 19, 2023
2 parents 541fd3e + e0b4710 commit abcb87a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/sdk-core/src/breez_services.rs
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,8 @@ impl BreezServices {
}

/// Construct and broadcast a refund transaction for a failed/expired swap
///
/// Returns the txid of the refund transaction.
pub async fn refund(
&self,
swap_address: String,
Expand Down

0 comments on commit abcb87a

Please sign in to comment.