lightningdevkit / ldk-node

A ready-to-go node implementation built using LDK.
Other
140 stars 72 forks source link

Allow to set `SendingParameters` in BOLT12 send methods #347

Open tnull opened 3 weeks ago

tnull commented 3 weeks ago

In #336 we added support for specifying SendingParameters for BOLT11 and spontaneous payments.

Unfortunately, the BOLT12 API currently doesn't allow to specify these fields, but we should also add them to BOLT12 sending methods once it becomes available in LDK (see tracking issue https://github.com/lightningdevkit/rust-lightning/issues/3262)