How do i pay an offer with a fixed amount without guessing that amount? #3095
Answered
by
thomash-acinq
daywalker90
asked this question in
Q&A
-
I looked at eclair's API since i wanted to write a nwc spec for bolt12. I noticed there is no fetch invoice which is fine but there is also no decode offer command. The payoffer command requires an amount tho. How are you guys handling this? |
Beta Was this translation helpful? Give feedback.
Answered by
thomash-acinq
Jun 5, 2025
Replies: 2 comments
-
I use this patch #2843 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@daywalker90 You're right, it is currently missing, #3101 will fix this. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
thomash-acinq
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@daywalker90 You're right, it is currently missing, #3101 will fix this.