1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00: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 ] bitcoinurn = "bitcoin:" bitcoinaddress [ "?" bitcoinparams ]
bitcoinaddress = base58 *base58 bitcoinaddress = base58 *base58
bitcoinparams = *bitcoinparam bitcoinparams = *bitcoinparam
bitcoinparam = amountparam | labelparam | messageparam | otherparam | reqparam standardparam = amountparam | labelparam | messageparam | otherparam
bitcoinparam = standardparam | reqparam
amountparam = "amount=" *digit [ "." *digit ] amountparam = "amount=" *digit [ "." *digit ]
labelparam = "label=" *pchar labelparam = "label=" *pchar
messageparam = "message=" *pchar messageparam = "message=" *pchar
otherparam = pchar *pchar "=" *pchar otherparam = pchar *pchar "=" *pchar
reqparam = "req-" pchar *pchar "=" *pchar reqparam = "req-" standardparam
=== Query Keys === === Query Keys ===