We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb07f19 commit c493f43Copy full SHA for c493f43
src/serialize.h
@@ -322,8 +322,8 @@ uint64_t ReadCompactSize(Stream& is)
322
* 0: [0x00] 256: [0x81 0x00]
323
* 1: [0x01] 16383: [0xFE 0x7F]
324
* 127: [0x7F] 16384: [0xFF 0x00]
325
- * 128: [0x80 0x00] 16511: [0x80 0xFF 0x7F]
326
- * 255: [0x80 0x7F] 65535: [0x82 0xFD 0x7F]
+ * 128: [0x80 0x00] 16511: [0xFF 0x7F]
+ * 255: [0x80 0x7F] 65535: [0x82 0xFE 0x7F]
327
* 2^32: [0x8E 0xFE 0xFE 0xFF 0x00]
328
*/
329
0 commit comments