summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuhas Daftuar <sdaftuar@gmail.com>2021-01-26 11:46:35 -0500
committerSuhas Daftuar <sdaftuar@gmail.com>2021-01-26 11:46:35 -0500
commit794f20a13148536e7627451adaf0534e5862f7fa (patch)
tree77d0c3c4c15680b023a83c7c54a221a77b07e555
parent5f18700477e2c09653591b940caa40d285a21d95 (diff)
downloadbips-794f20a13148536e7627451adaf0534e5862f7fa.tar.xz
Add link to implementation
Also change the phrasing to more clearly indicate when block-relay-only peering was deployed.
-rw-r--r--bip-disable-tx.mediawiki4
1 files changed, 2 insertions, 2 deletions
diff --git a/bip-disable-tx.mediawiki b/bip-disable-tx.mediawiki
index c2bca25..a5f2f77 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==