Closed rolznz closed 3 weeks 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.
this was completed, I forgot to update this issue
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.