Skip to content

Commit

Permalink
Add breez sdk pr to todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dleutenegger authored and danielgranhao committed Oct 25, 2023
1 parent 53c7081 commit 5b08254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ impl LightningNode {

self.rt
.handle()
.block_on(self.sdk.lnurl_pay(amount_sat, None, lnurl_pay_request_data)) // TODO: return payment hash directly when Breez SDK allows for it
.block_on(self.sdk.lnurl_pay(amount_sat, None, lnurl_pay_request_data)) // TODO: return payment hash directly when Breez SDK allows for it https://github.com/breez/breez-sdk/pull/550
.map_to_invalid_input("Invalid parameters provided to pay_lnurlp()")?;

let final_latest_payments = self.get_latest_payments(1)?;
Expand Down

0 comments on commit 5b08254

Please sign in to comment.