summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark "Murch" Erhardt <murch@murch.one>2024-04-25 13:55:54 -0400
committerGitHub <noreply@github.com>2024-04-25 13:55:54 -0400
commit5552e485bd39d799a7e44b5d004601641b58f020 (patch)
tree07c4b80220e542d5abbbc1bec3785e7e38f9f57f
parentd20d1f9e6147d412fba21aef66e5f48597a76fb3 (diff)
parent448de3cafd1c52f2e4b72c608f518e7cd261ca9c (diff)
downloadbips-5552e485bd39d799a7e44b5d004601641b58f020.tar.xz
Merge pull request #1581 from achow101/stop-link-spam-21
21: Remove other libraries from reference implementations
-rw-r--r--bip-0021.mediawiki11
1 files changed, 3 insertions, 8 deletions
diff --git a/bip-0021.mediawiki b/bip-0021.mediawiki
index cdc37ba..9fa4823 100644
--- a/bip-0021.mediawiki
+++ b/bip-0021.mediawiki
@@ -120,11 +120,6 @@ Some future version that has variables which are (currently) not understood but
Characters must be URI encoded properly.
-== Reference Implementations ==
-=== Bitcoin clients ===
-* Bitcoin-Qt supports the old version of Bitcoin URIs (ie without the req- prefix), with Windows and KDE integration as of commit 70f55355e29c8e45b607e782c5d76609d23cc858.
-
-=== Libraries ===
-* Javascript - https://github.com/bitcoinjs/bip21
-* Java - https://github.com/SandroMachado/BitcoinPaymentURI
-* Swift - https://github.com/SandroMachado/BitcoinPaymentURISwift
+== Reference Implementation ==
+
+Bitcoin-Qt supports the old version of Bitcoin URIs (ie without the req- prefix), with Windows and KDE integration as of commit 70f55355e29c8e45b607e782c5d76609d23cc858.