mirror of
https://github.com/bitcoin/bips.git
synced 2026-03-23 16:05:41 +00:00
BIP324, BIP434: Assign message type id for "feature" message
This commit is contained in:
@@ -156,9 +156,11 @@ suffix covers part 3 of the BIP). For experimental features that do not
|
||||
chosen, such as a URL to the repository where development is taking place,
|
||||
or the sha256 digest of some longer reference.
|
||||
|
||||
#### `feature` message 1-byte identifier
|
||||
|
||||
Nodes implementing both this BIP and [BIP 324 (v2 P2P encrypted
|
||||
transport)][BIP324] MUST treat a message with a 1-byte `message_type`
|
||||
equal to `XXX` that is received prior to `verack` as the `feature` message.
|
||||
equal to `37` that is received prior to `verack` as the `feature` message.
|
||||
|
||||
### Feature negotiation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user