Skip to content

Commit 332b9a4

Browse files
committed
Note that tx messages are never allowed on disabletx links
1 parent 55a31eb commit 332b9a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bip-disable-tx.mediawiki

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ in the number of block-relay-only connections that can be made on the network.
6161

6262
==Specification==
6363

64-
# A new disabletx message is added, which is defined as an empty message where pchCommand == "disabletx".
64+
# A new disabletx message is added, which is defined as an empty message with message type set to "disabletx".
6565
# The protocol version of nodes implementing this BIP must be set to 70017 or higher.
6666
# If a node sets the transaction relay field in the version message to a peer to false, then the disabletx message MAY also be sent in response to a version message from that peer if the peer's protocol version is >= 70017. If sent, the disabletx message MUST be sent prior to sending a verack.
6767
# A node that has sent or received a disabletx message to/from a peer MUST NOT send any of these messages to the peer:
@@ -70,6 +70,7 @@ in the number of block-relay-only connections that can be made on the network.
7070
## getdata messages for merkleblock (BIP 37)
7171
## filteradd/filterload/filterclear (BIP 37)
7272
## mempool (BIP 35)
73+
## tx message
7374
# It is RECOMMENDED that a node that has sent or received a disabletx message to/from a peer not send any of these messages to the peer:
7475
## addr/getaddr
7576
## addrv2 (BIP 155)

0 commit comments

Comments
 (0)