lightning icon indicating copy to clipboard operation
lightning copied to clipboard

bolt12: allow minimal offer

Open vincenzopalazzo opened this issue 2 months ago • 2 comments

Make sure that we can fetch the invoice from an offer without a description

E           pyln.client.lightning.RpcError: RPC call failed: method:
offer, payload: {'amount': '2msat'}, error: {'code': -32602, 'message':
'bolt12: Offer does not contain a description: invalid token
\'"lno1qgsqvgnwgcg35z6ee2h3yczraddm72xrfua9uve2rlrm9deu7xyfzrcgqyppvggz953rvg9rtxj8lalh43z8epwydjfrmffn3y3p5qz5cywpu09rr4vs"\''}

Fixes https://github.com/ElementsProject/lightning/issues/7405 Fixes https://github.com/ElementsProject/lightning/issues/7404

vincenzopalazzo avatar Jun 26 '24 18:06 vincenzopalazzo