1
0
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:
Delo 2017-01-08 16:59:50 +01:00 committed by Rusty Russell
parent 258ef42c1e
commit 7f6560e253

View File

@ -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