mirror of
https://github.com/lightning/bolts.git
synced 2025-01-19 05:33:37 +01:00
typo in byte count
This commit is contained in:
parent
258ef42c1e
commit
7f6560e253
@ -441,7 +441,7 @@ construction, and `16 bytes` for a final authenticating tag.
|
||||
* Read _exactly_ `66-bytes` from the network buffer.
|
||||
|
||||
|
||||
* Parse out the read message (`m`) into `v = m[0]`, `c = m[1:50]` and `t = m[50:]`
|
||||
* Parse out the read message (`m`) into `v = m[0]`, `c = m[1:49]` and `t = m[50:]`
|
||||
|
||||
|
||||
* If `v` is an unrecognized handshake version, then the responder MUST
|
||||
|
Loading…
Reference in New Issue
Block a user