mirror of
https://github.com/lightning/bolts.git
synced 2025-02-22 06:21:48 +01:00
BOLT 7: fix hashed data range in the node_announcement
.
currently the `alias` is not the last field.
This commit is contained in:
parent
626fff28c9
commit
32d0c65063
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ The receiving node:
|
|||
- MUST NOT process the message further.
|
||||
- if `signature` is NOT a valid signature (using `node_id` of the
|
||||
double-SHA256 of the entire message following the `signature` field, including
|
||||
unknown fields following `alias`):
|
||||
any future fields appended to the end):
|
||||
- SHOULD fail the connection.
|
||||
- MUST NOT process the message further.
|
||||
- if `features` field contains _unknown even bits_:
|
||||
|
|
Loading…
Add table
Reference in a new issue