This commit is contained in:
fa706e5b83254c27135bc4b03060ed58ecc67dfa84a6597d01a6ea7c71ae1615
2019-12-18 15:17:50 -05:00
committed by bitcoin
parent 61b9854268
commit 165d075a65
+1 -1
View File
@@ -29,7 +29,7 @@ The `net magic` is designed to be unlikely to occur in normal data--the characte
### Command String
The `command string` is a fixed-length 12 byte ASCII string. The command string is used to determine the type of message being transmitted. Messages with unknown an unrecognized `command string` are ignored.
The `command string` is a fixed-length 12 byte ASCII string. Commands may not be longer than 12 bytes. Commands that are shorter than 12-bytes are right-padded with null bytes (`0x00`). The command string is used to determine the type of message being transmitted. Messages with an unrecognized `command string` are ignored.
The following messages are considered standard by all node implementations.