mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-14 16:50:17 +02:00
doc: p2p: replace last remaining "command" terminology with "message type"
This commit is contained in:
@@ -20,7 +20,7 @@ static const int MIN_PEER_PROTO_VERSION = 31800;
|
||||
//! BIP 0031, pong message, is enabled for all versions AFTER this one
|
||||
static const int BIP0031_VERSION = 60000;
|
||||
|
||||
//! "sendheaders" command and announcing blocks with headers starts with this version
|
||||
//! "sendheaders" message type and announcing blocks with headers starts with this version
|
||||
static const int SENDHEADERS_VERSION = 70012;
|
||||
|
||||
//! "feefilter" tells peers to filter invs to you by fee starts with this version
|
||||
@@ -32,7 +32,7 @@ static const int SHORT_IDS_BLOCKS_VERSION = 70014;
|
||||
//! not banning for invalid compact blocks starts with this version
|
||||
static const int INVALID_CB_NO_BAN_VERSION = 70015;
|
||||
|
||||
//! "wtxidrelay" command for wtxid-based relay starts with this version
|
||||
//! "wtxidrelay" message type for wtxid-based relay starts with this version
|
||||
static const int WTXID_RELAY_VERSION = 70016;
|
||||
|
||||
#endif // BITCOIN_NODE_PROTOCOL_VERSION_H
|
||||
|
||||
Reference in New Issue
Block a user