mirror of
https://github.com/lightning/bolts.git
synced 2024-11-19 01:50:03 +01:00
e29fca5703
* BOLT4: include `min_final_cltv_expiry_delta` in `max_cltv_expiry` calc Include `min_final_cltv_expiry_delta` in the `max_cltv_expiry` calculation. Also add a note that indicates that this field may be set for the final node too. This is useful for the final node as then it does not need to persist the path expiry separately and can rely on just checking the `payment_relay` field when the payment arrives. * BOLT4: include calculation for `total_cltv_delta` of a blinded path Include an explicit formula to use for determining the total CLTV delta of a blinded path so that it is clear that it should include the recipient's `min_final_cltv_expiry_delta`. * proposals: fix `max_cltv_expiry` value for final hop in example More info [here](https://github.com/lightning/bolts/issues/1174#issue-2371364610) outlining why the example needed to be updated. |
||
---|---|---|
.. | ||
route-blinding.md |