mirror of
https://github.com/lightning/bolts.git
synced 2025-02-22 14:22:46 +01:00
BOLT11: Clarification on n field (#613)
This commit is contained in:
parent
1db481ffeb
commit
8bdfc16156
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ A writer:
|
|||
- 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 for `x` and `c` fields.
|
||||
- MAY include one `n` field.
|
||||
- MAY include one `n` field. (Otherwise performing signature recovery is required)
|
||||
- MUST set `n` to the public key used to create the `signature`.
|
||||
- MAY include one or more `f` fields.
|
||||
- for Bitcoin payments:
|
||||
|
|
Loading…
Add table
Reference in a new issue