Skip to content

Commit

Permalink
Revert "Update BIP-21 URI scheme for payment code support"
Browse files Browse the repository at this point in the history
This reverts commit 2e6e5cf.
  • Loading branch information
luke-jr committed Feb 1, 2016
1 parent 664c19a commit e22ad0c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions bip-0021.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -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 ====
Expand All @@ -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===
Expand Down Expand Up @@ -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]]

0 comments on commit e22ad0c

Please sign in to comment.