-
-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
change bolt12_unsigned to bolt12 #207
base: master
Are you sure you want to change the base?
Conversation
…nel balance display
This is really valuable work! CL 23.05 support is huge. I'm not sure if shesek still intends to maintain this repo, would you be open to maintaining a fork? |
Thanks for the acknowledgment but I'm not qualified enough for such a task. It was already hard to find the stuff that had to be changed to get spark-wallet working again especially with "allow-deprecated-apis=false" in config so it will keep working in the (near) future. Nevertheless a fully working spark-wallet for usd can be found here. |
The breaking change in Core Lightning is here. The variable
bolt12_unsigned
was removed while spark-wallet still expects it. So we have to changebolt12_unsigned
intobolt12
. Because of this generating a (qr code of a) reusable offer in spark-wallet no longer worked.