1
0
mirror of https://github.com/lightning/bolts.git synced 2025-01-18 05:13:02 +01:00

Bolt11: min_final_cltv_expiry_delta is optional, not required (#1100)

This commit is contained in:
dni ⚡ 2023-08-09 11:35:28 +02:00 committed by GitHub
parent 803a532c49
commit 7dda8f84ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -177,7 +177,7 @@ A writer:
- MAY include one `x` field.
- if `x` is included:
- SHOULD use the minimum `data_length` possible.
- MUST include one `c` field (`min_final_cltv_expiry_delta`).
- SHOULD include one `c` field (`min_final_cltv_expiry_delta`).
- MUST set `c` to the minimum `cltv_expiry` it will accept for the last
HTLC in the route.
- SHOULD use the minimum `data_length` possible.