lightningdevkit / ldk-node

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

Allow to set `max_total_cltv_expiry_delta` #328

Open tnull opened 1 month ago

tnull commented 1 month ago

While we currently use LDK's default, we should allow users to override it.

This should probably be done hand-in-hand with addressing #166, as we'll need to introduce some kind of (optional?) payment parameters struct.