spark-wallet
spark-wallet copied to clipboard
change bolt12_unsigned to bolt12
The breaking change in Core Lightning is here. The variable bolt12_unsigned
was removed while spark-wallet still expects it. So we have to change bolt12_unsigned
into bolt12
. Because of this generating a (qr code of a) reusable offer in spark-wallet no longer worked.
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?
@cryptoquick
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.