From 86e1074d7fd4b4d67a373e662b68df2998a28cc5 Mon Sep 17 00:00:00 2001 From: Peter Todd Date: Mon, 21 Oct 2013 00:48:04 -0400 Subject: Archive Revision as of 18:45, 23 May 2013 https://en.bitcoin.it/w/index.php?title=BIP_0021&oldid=37974 --- bip-0021.mediawiki | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bip-0021.mediawiki') diff --git a/bip-0021.mediawiki b/bip-0021.mediawiki index fa77e4b..c4f3ef7 100644 --- a/bip-0021.mediawiki +++ b/bip-0021.mediawiki @@ -1,3 +1,5 @@ +{{bip}} +
   BIP: 21
   Title: URI Scheme
@@ -33,13 +35,12 @@ Graphical bitcoin clients SHOULD register themselves as the handler for the "bit
  bitcoinurn     = "bitcoin:" bitcoinaddress [ "?" bitcoinparams ]
  bitcoinaddress = base58 *base58
  bitcoinparams  = *bitcoinparam
- standardparam  = amountparam | labelparam | messageparam | otherparam
- bitcoinparam   = standardparam | reqparam
+ bitcoinparam   = amountparam | labelparam | messageparam | otherparam | reqparam
  amountparam    = "amount=" *digit [ "." *digit ]
  labelparam     = "label=" *pchar
  messageparam   = "message=" *pchar
  otherparam     = pchar *pchar "=" *pchar
- reqparam       = "req-" standardparam
+ reqparam       = "req-" pchar *pchar "=" *pchar
 
 === Query Keys ===
 
@@ -85,7 +86,7 @@ Please see the [[#BNF grammar|BNF grammar]] above for the normative syntax.
 
 [foo] means optional,  are placeholders
 
- bitcoin:
[?amount=][?label=