summaryrefslogtreecommitdiff
path: root/bip-0021.mediawiki
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2016-02-01 20:36:37 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2016-02-01 20:36:37 +0000
commite22ad0cd715af88cabecffe1afcc4258740dc85f (patch)
tree7a3735b71dbbb9dab52b08996cce08842265527c /bip-0021.mediawiki
parent664c19aca5510fbfd90bb1c04772c97f57407a0d (diff)
downloadbips-e22ad0cd715af88cabecffe1afcc4258740dc85f.tar.xz
Revert "Update BIP-21 URI scheme for payment code support"
This reverts commit 2e6e5cf9589778ea55c7e71aa27e2b9ff122b737.
Diffstat (limited to 'bip-0021.mediawiki')
-rw-r--r--bip-0021.mediawiki9
1 files changed, 0 insertions, 9 deletions
diff --git a/bip-0021.mediawiki b/bip-0021.mediawiki
index 2706926..00d9a53 100644
--- a/bip-0021.mediawiki
+++ b/bip-0021.mediawiki
@@ -56,7 +56,6 @@ The scheme component ("bitcoin:") is case-insensitive, and implementations must
*address: bitcoin address
*message: message that describes the transaction to the user ([[#Examples|see examples below]])
*size: amount of base bitcoin units ([[#Transfer amount/size|see below]])
-*paycode: payment code (BIP-47)
*(others): optional, for future extensions
==== Transfer amount/size ====
@@ -68,11 +67,6 @@ I.e. amount=50.00 or amount=50 is treated as 50 BTC, and amount=50,000.00 is inv
Bitcoin clients MAY display the amount in any format that is not intended to deceive the user.
They SHOULD choose a format that is foremost least confusing, and only after that most reasonable given the amount requested.
For example, so long as the majority of users work in BTC units, values should always be displayed in BTC by default, even if mBTC or TBC would otherwise be a more logical interpretation of the amount.
-
-==== Payment code ====
-
-If a URI provides a payment code, and if the client supports BIP-47, then the resulting transaction SHOULD construct a transaction per BIP-47 instead of using the address provided in the URI.
-
== Rationale ==
===Payment identifiers, not person identifiers===
@@ -128,6 +122,3 @@ Characters must be URI encoded properly.
=== 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.
-==References==
-
-* [[bip-0047.mediawiki|BIP47 - Reusable Payment Codes for Hierarchical Deterministic Wallets]]