Skip to content

Commit

Permalink
Switch to even parity
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Mar 25, 2024
1 parent 18f3e71 commit 6226b5e
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 @@ -106,7 +106,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::Odd), // todo is this parity correct / easy to work with?
user.pubkey().public_key(Parity::Even), // todo is this parity correct / easy to work with?
invoice_index as u64,
(),
Some(gateway),
Expand Down

0 comments on commit 6226b5e

Please sign in to comment.