From f8c3c7554d0883c75fd973881da57161d6f90394 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Tue, 7 Feb 2012 15:45:06 -0500 Subject: Clarify the req- prefix a bit. req- can be applied to any parameter, not just ones which are specified as required. --- bip-0021.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bip-0021.md b/bip-0021.md index 34a40cd..fa77e4b 100644 --- a/bip-0021.md +++ b/bip-0021.md @@ -33,12 +33,13 @@ Graphical bitcoin clients SHOULD register themselves as the handler for the "bit bitcoinurn = "bitcoin:" bitcoinaddress [ "?" bitcoinparams ] bitcoinaddress = base58 *base58 bitcoinparams = *bitcoinparam - bitcoinparam = amountparam | labelparam | messageparam | otherparam | reqparam + standardparam = amountparam | labelparam | messageparam | otherparam + bitcoinparam = standardparam | reqparam amountparam = "amount=" *digit [ "." *digit ] labelparam = "label=" *pchar messageparam = "message=" *pchar otherparam = pchar *pchar "=" *pchar - reqparam = "req-" pchar *pchar "=" *pchar + reqparam = "req-" standardparam === Query Keys === -- cgit v1.2.3