Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Mar 26, 2024
1 parent ac0ec89 commit e6684d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lnurlp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ pub async fn lnurl_callback(
Amount::from_msats(params.amount),
Bolt11InvoiceDescription::Hash(&desc_hash),
Some(86_400), // 1 day expiry
user.pubkey().public_key(Parity::Even), // todo is this parity correct / easy to work with?
user.pubkey().public_key(Parity::Even),
invoice_index as u64,
(),
Some(gateway),
Expand Down

0 comments on commit e6684d0

Please sign in to comment.