Replies: 1 comment 1 reply
-
As discussed on twitter, can you provide more details about why you need those and cannot do it differently? Bolt 12 invoices aren't meant to be exposed to end users and are meant to be paid immediately after generating them. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In core lightning I can fetch an invoice from a BOLT 12 offer like this
lightning-cli fetchinvoice lno**
and get back an invoicelni***
that I can decode to get the payment_hash. How can I do this in phoenixd cli or api? I want to deterministically get the next 10 payment hashes for the invoices derived from the offer.Beta Was this translation helpful? Give feedback.
All reactions