You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: 01-messaging.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@ The receiving node:
170
170
- if no existing channel is referred to by the message:
171
171
- MUST ignore the message.
172
172
- MUST truncate `len` to the remainder of the packet (if it's larger).
173
-
- if `data` is not composed solely of printable ASCII characters (For reference: the printable character set includes byte values 32 through 127, inclusive):
173
+
- if `data` is not composed solely of printable ASCII characters (For reference: the printable character set includes byte values 32 through 126, inclusive):
0 commit comments