You've already forked specification
Commit.
This commit is contained in:
committed by
bitcoin
parent
61b9854268
commit
165d075a65
@@ -29,7 +29,7 @@ The `net magic` is designed to be unlikely to occur in normal data--the characte
|
|||||||
|
|
||||||
### Command String
|
### 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.
|
The following messages are considered standard by all node implementations.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user