getAlby / ldk-node

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

Allow passing preimage to spontaneous payments #41

Closed rolznz closed 3 weeks ago

rolznz commented 3 months ago

We need to change the spontaneous payment method here: https://github.com/getAlby/ldk-node/blob/main/src/payment/spontaneous.rs#L45 to also take a preimage (rather than generating it on line 53) and update the bindings. Ideally we pass this new parameter as a []byte from the go side.

rolznz commented 3 weeks ago

this was completed, I forgot to update this issue