summaryrefslogtreecommitdiff
path: root/bip-0021.mediawiki
diff options
context:
space:
mode:
authorAva Chow <github@achow101.com>2024-04-25 10:23:28 -0400
committerAva Chow <github@achow101.com>2024-04-25 10:23:28 -0400
commit448de3cafd1c52f2e4b72c608f518e7cd261ca9c (patch)
treebeebf83c933b24dd09759c08673e6c17f21f8317 /bip-0021.mediawiki
parentdd88f24eebe7a42c285fd4d71ad32f6bf763f754 (diff)
downloadbips-448de3cafd1c52f2e4b72c608f518e7cd261ca9c.tar.xz
21: Remove other libraries from reference implementations
Diffstat (limited to 'bip-0021.mediawiki')
-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.