mirror of
https://github.com/lightning/bolts.git
synced 2025-01-18 13:22:35 +01:00
Bolt11: min_final_cltv_expiry_delta is optional, not required (#1100)
This commit is contained in:
parent
803a532c49
commit
7dda8f84ed
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user