1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-01-19 05:45:07 +01:00

Merge pull request #4 from TheBlueMatt/master

Clarify the req- prefix a bit.
This commit is contained in:
genjix 2012-02-08 10:13:26 -08:00
commit 57fca04215

View File

@ -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 ===