mirror of
https://github.com/bitcoin/bips.git
synced 2025-06-30 12:42:43 +00:00
Merge pull request #1077 from dr-orlovsky/patch-6
Removing size param (not used anymore)
This commit is contained in:
commit
d7477a28ac
@ -58,10 +58,9 @@ The scheme component ("bitcoin:") is case-insensitive, and implementations must
|
|||||||
*label: Label for that address (e.g. name of receiver)
|
*label: Label for that address (e.g. name of receiver)
|
||||||
*address: bitcoin address
|
*address: bitcoin address
|
||||||
*message: message that describes the transaction to the user ([[#Examples|see examples below]])
|
*message: message that describes the transaction to the user ([[#Examples|see examples below]])
|
||||||
*size: amount of base bitcoin units ([[#Transfer amount/size|see below]])
|
|
||||||
*(others): optional, for future extensions
|
*(others): optional, for future extensions
|
||||||
|
|
||||||
==== Transfer amount/size ====
|
==== Transfer amount ====
|
||||||
|
|
||||||
If an amount is provided, it MUST be specified in decimal BTC.
|
If an amount is provided, it MUST be specified in decimal BTC.
|
||||||
All amounts MUST contain no commas and use a period (.) as the separating character to separate whole numbers and decimal fractions.
|
All amounts MUST contain no commas and use a period (.) as the separating character to separate whole numbers and decimal fractions.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user