mirror of
https://github.com/bitcoin/bips.git
synced 2024-11-19 01:40:05 +01:00
Removed mapping of merchant_data to btcpop-label since merchant data is a byte-array, Thanks Andreas Schildbach. Instead map the memo field to btcpop-label and don't have any bip70 field mapped to btcpop-message.
This commit is contained in:
parent
914702e39c
commit
05451a239e
@ -68,11 +68,11 @@ following table:
|
||||
{|
|
||||
| <tt>btcpop:</tt> URI parameter || <tt>bitcoin:</tt> URI parameter || BIP70 PaymentDetails data
|
||||
|-
|
||||
| <tt>label</tt> || <tt>label</tt> || <tt>merchant_data</tt>
|
||||
| <tt>label</tt> || <tt>label</tt> || <tt>memo</tt>
|
||||
|-
|
||||
| <tt>amount</tt> || <tt>amount</tt> || <tt>sum of outputs.amount</tt>
|
||||
|-
|
||||
| <tt>message</tt> || <tt>message</tt> || <tt>memo</tt>
|
||||
| <tt>message</tt> || <tt>message</tt> || <tt>-</tt>
|
||||
|}
|
||||
|
||||
The <tt>txid</tt> parameter value must match the transaction hash of
|
||||
|
Loading…
Reference in New Issue
Block a user