mirror of
https://github.com/lightning/bolts.git
synced 2025-02-22 22:25:42 +01:00
Explicit the number of intermediate nodes in the longest route supported by the spec
This commit is contained in:
parent
a01efdd65e
commit
90ba6ddbc5
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ A node:
|
|||
|
||||
There are a number of conventions adhered to throughout this document:
|
||||
|
||||
- Length: the maximum route length is limited to 22 nodes, including _origin_, _final_ and _intermediate_ nodes.
|
||||
- Length: the maximum route length is limited to 19 _intermediate nodes_, the _origin node_ and _final node_ do not count toward the limit.
|
||||
- HMAC: the integrity verification of the packet is based on Keyed-Hash
|
||||
Message Authentication Code, as defined by the
|
||||
[FIPS 198 Standard](http://csrc.nist.gov/publications/fips/fips198-1/FIPS-198-1_final.pdf)/[RFC 2104](https://tools.ietf.org/html/rfc2104),
|
||||
|
|
Loading…
Add table
Reference in a new issue