You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add Bolt12 variant to the input parser. Make it return at least all the necessary fields to be able to call fetchinvoice.
add fetchinvoice to NodeAPI
Make a send_payment flow for bolt12. It calls fetchinvoice with the supplied parameters (sane defaults) and then pays the returned invoice by calling pay. Note that the current node_api.send_payment function decodes the invoice, so that's not compatible right now.
The text was updated successfully, but these errors were encountered:
pay
. Note that the currentnode_api.send_payment
function decodes the invoice, so that's not compatible right now.The text was updated successfully, but these errors were encountered: