From 794f20a13148536e7627451adaf0534e5862f7fa Mon Sep 17 00:00:00 2001 From: Suhas Daftuar Date: Tue, 26 Jan 2021 11:46:35 -0500 Subject: [PATCH] Add link to implementation Also change the phrasing to more clearly indicate when block-relay-only peering was deployed. --- bip-disable-tx.mediawiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bip-disable-tx.mediawiki b/bip-disable-tx.mediawiki index c2bca255..a5f2f77c 100644 --- a/bip-disable-tx.mediawiki +++ b/bip-disable-tx.mediawiki @@ -19,7 +19,7 @@ block-relay-only connections that are currently in use on the network. ==Motivation== -For nearly the past year, software has been deployed[1] which initiates +Since 2019, software has been deployed[1] which initiates connections on the Bitcoin network and sets the transaction relay field (introduced by BIP 37 and also defined in BIP 60) to false, to prevent transaction relay from occurring on the connection. Additionally, addr messages @@ -88,7 +88,7 @@ message, subject to the feature negotiation of BIP 152. ==Implementation== -TBD +https://github.com/bitcoin/bitcoin/pull/20726 ==References==